MathGroup Archive 2003

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

Search the Archive

Re: Unknown option PlotLegend in Plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg44164] Re: [mg44096] Unknown option PlotLegend in Plot
  • From: Bob Walker <walkerbg at ieee.org>
  • Date: Fri, 24 Oct 2003 04:25:08 -0400 (EDT)
  • References: <200310220725.DAA06073@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

I pasted your sample into my mm 4.1 on Linux and produced the expected 
plots with legends.   You don't mention any errors on reading the Legend 
package, so I'm at a loss.

Good luck
bgw

yawnmoth wrote:

>entering the following commands into mathematica, as per the example,
>result in an error for me...
>
><<Graphics`Legend`
>
>Plot[{Sin[
>  theta], Cos[theta]}, {theta, 0, 2 Pi}, PlotStyle -> {RGBColor[1, 0, 
>    0], RGBColor[0, 0, 1]}, PlotLegend -> {"Sin", "Cos"}] 
>
>here's the error:
>
>Plot::optix : Unknown option PlotLegend in Plot
>
>any ideas as to what's wrong, and how i may fix it?  thanks!
>
>
>  
>



  • Prev by Date: Re: extracting variables from an expression
  • Next by Date: Re: extracting variables from an expression
  • Previous by thread: Unknown option PlotLegend in Plot
  • Next by thread: Re: Unknown option PlotLegend in Plot