MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: multiple plots

  • To: mathgroup at smc.vnet.net
  • Subject: [mg98903] Re: multiple plots
  • From: dh <dh at metrohm.com>
  • Date: Tue, 21 Apr 2009 05:10:24 -0400 (EDT)
  • References: <gsivcb$99i$1@smc.vnet.net>


Hi,

in version 7, you may either label the plot by hand using the 

"DrawongTool" (right click the plot) or you  may use a plot legend like 

e.g.:

d = RandomReal[{-1, 1}, {3, 10}];

Needs["PlotLegends`"]

ListLinePlot[d, PlotLegend -> {"One", "Two", "Three"},

  PlotMarkers -> Automatic, LegendPosition -> {1.1, -0.4}]

Daniel



sathyapaladugu at gmail.com wrote:

> 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

> 




  • Prev by Date: Re: Re: Advanced plotting
  • Next by Date: Re: Mathematica documentation - for newest and older versions
  • Previous by thread: multiple plots
  • Next by thread: Alignment of Graphics Within Expressions