MathGroup Archive 2008

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

Search the Archive

Re: PlotLegend not working properly in my Mathematica 6

  • To: mathgroup at smc.vnet.net
  • Subject: [mg88663] Re: PlotLegend not working properly in my Mathematica 6
  • From: Frank Iannarilli <frankeye at cox.net>
  • Date: Sun, 11 May 2008 15:18:22 -0400 (EDT)
  • References: <g03v30$bo0$1@smc.vnet.net>

Yes, super-annoying.

I just do the following:

ptemp=Plot[{func1[...], func2[...],func3[...]}, {x,0,2 Pi},
  DisplayFunction->Identity,
  PlotStyle->{{Blue,Thickness[0.01]},{Brown,Thickness[0.01]},
     {Red,Thickness[0.01]}},
  PlotRange->All, Frame->True, ...];
ShowLegend[ptemp,
    {{{Blue,Style["func1",Black]},
     {Brown,Style["func2",Black]},
     {Red,Style["func3",Black]}},
  LegendPosition->{0.9,0.},LegendTextSpace->5,LegendSize->{0.8,0.3}}]


  • Prev by Date: Re: issues with unit package
  • Next by Date: Re: Bug in Plot?
  • Previous by thread: Re: PlotLegend not working properly in my Mathematica 6
  • Next by thread: Re: PlotLegend not working properly in my Mathematica 6