multiple plots
- To: mathgroup at smc.vnet.net
- Subject: [mg98864] multiple plots
- From: sathyapaladugu at gmail.com
- Date: Mon, 20 Apr 2009 19:10:17 -0400 (EDT)
I have plotted graph in mathematica for various voltages
ListPlot[{r1, r2, r3, r4, r5}, AxesOrigin -> {28, 1.5 10^12},
PlotStyle -> {Dashed, Thick},
AxesLabel -> {"Temp\!\(\*SuperscriptBox[\" \", \"o\"]\)C",
"\!\(\*SubscriptBox[\"\[Sigma]\", \"\[UpTee]\"]\)"},
PlotMarkers -> {"\[FilledCircle]", "\[FilledCircle]",
"\[FilledCircle]", "\[FilledCircle]", "\[FilledCircle]", Medium},
PlotLabel ->
Style["\!\(\*SubscriptBox[\"\[Sigma]\", \"\[UpTee]\"]\) Vs Temp\!\(\
\*SuperscriptBox[\" \", \"o\"]\)C", Blue, 20],
LabelStyle -> {Bold, Red, 18}]
I need to label r1 r2 r3 r4 & r5 separately in the same plot. please
somebody help me