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