MathGroup Archive 2007

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

Search the Archive

Adding description to plots

  • To: mathgroup at smc.vnet.net
  • Subject: [mg84067] Adding description to plots
  • From: Frank Hechtner <frank.hechtner at rub.de>
  • Date: Sat, 8 Dec 2007 05:47:34 -0500 (EST)

hi,

i?m in trouble with a plot. The following functions generates a plot 
with several curves

Plot[Evaluate[Table[Steuerkeil[0.1, s, t], {s, 0.2, 0.5, 0.05}]], {t,
   0, 30}, AxesLabel -> {"Laufzeit T", "Steuerkeil"}, PlotLabel -> s,
  BaseStyle -> {FontFamily -> "Garamond", FontSize -> 12}]

Now i have the followung problem: i dont know which curve refers to 
which parameter of "s". I only see 6 differently coloured curves. Does 
Mathematica 6.0 provide such a function to add labels to each curve in 
the plot?

Thanks for your help

Frank


  • Prev by Date: Re: Re: Images chopped during Export
  • Next by Date: Re: Exact roots of transcedental functions
  • Previous by thread: Re: Unable to access v6 internal data sources (paclets)
  • Next by thread: Re: Adding description to plots