Re: How can I make the colored lines inside a Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg91041] Re: [mg91007] How can I make the colored lines inside a Mathematica
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Mon, 4 Aug 2008 03:24:51 -0400 (EDT)
- Reply-to: hanlonr at cox.net
I have this problem with the plot as well as the legend. However, they are linked so just change the PlotStyle.
Plot[{Sin[x], Cos[x]}, {x, -2 Pi, 2 Pi},
PlotStyle -> AbsoluteThickness[2], PlotLegend -> {"Sine", "Cosine"}]
Bob Hanlon
---- pif <rafif at mit.edu> wrote:
=============
Hi,
How can I change the thickness of colored lines inside a Mathematica legend? The default thickness that I am getting makes them barely visible, and hence makes it difficult to associate different colred curves with their labels in the legend. I checked the documentation for Graphics`Legend`, but didn't find options for the thickness of lines inside the legend. Any suggestions?
Thanks..