Re: Adding description to plots
- To: mathgroup at smc.vnet.net
- Subject: [mg84121] Re: Adding description to plots
- From: dh <dh at metrohm.ch>
- Date: Mon, 10 Dec 2007 20:44:15 -0500 (EST)
- References: <fjdsur$j4d$1@smc.vnet.net>
Hi Frank, you may either use PlotLegend or ToolTip. Look up the manual. hope this helps, Daniel Frank Hechtner wrote: > 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 >