MathGroup Archive 2007

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

Search the Archive

Re: Adding description to plots

  • To: mathgroup at smc.vnet.net
  • Subject: [mg84099] Re: Adding description to plots
  • From: Frank Hechtner <frank.hechtner at rub.de>
  • Date: Mon, 10 Dec 2007 04:38:57 -0500 (EST)
  • References: <fjdsur$j4d$1@smc.vnet.net>

Thanks for your help. Tooltip is a good idea, but unfortunately the plot 
will be part of an abstract therefore i cant use it. I think the idea to 
use epilog does solve the problem.

Thanks
Frank

Frank Hechtner schrieb:
> 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: Mathematica: Long divison for polynomials
  • Next by Date: Re: Precedence of Infix Operator
  • Previous by thread: Re: Adding description to plots
  • Next by thread: Re: Adding description to plots