Re: Unknown option PlotLegend in Plot
- To: mathgroup at smc.vnet.net
- Subject: [mg44120] Re: Unknown option PlotLegend in Plot
- From: sean_incali at yahoo.com (sean kim)
- Date: Thu, 23 Oct 2003 07:15:27 -0400 (EDT)
- References: <bn5e6t$6c2$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
under Mathematica 5.0 for students, it works fine for me. try it with the package preloaded before evaluating the cell. sean terra1024 at yahoo.com (yawnmoth) wrote in message news:<bn5e6t$6c2$1 at smc.vnet.net>... > 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!