Re: changing text style in legends in 7.0
- To: mathgroup at smc.vnet.net
- Subject: [mg106426] Re: [mg106400] changing text style in legends in 7.0
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Tue, 12 Jan 2010 04:49:05 -0500 (EST)
- Reply-to: hanlonr at cox.net
Needs["PlotLegends`"] Plot[{Sin[x], Cos[x]}, {x, 0, 2 Pi}, PlotLegend -> { Style["Sin", Blue, 18], Style["Cos", Red, 18]}] Bob Hanlon ---- Philip <philipschiff at gmail.com> wrote: ============= Is there a way to change the style of text in a legend (just in using the command Legend->, not in the ShowLegend command.)?