Re: PlotLegend not an option for PLot? 5.1
- To: mathgroup at smc.vnet.net
- Subject: [mg53692] Re: PlotLegend not an option for PLot? 5.1
- From: Bill Rowe <readnewsciv at earthlink.net>
- Date: Sun, 23 Jan 2005 02:02:22 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
On 1/22/05 at 3:51 AM, benshimo at bgumail.bgu.ac.il (yehuda
ben-shimol) wrote:
>You need to load the Graphics`Legend` Package first.
><< Graphics`Legend`
>Then it will be an option for Plot
I think you posted this before trying it since
In[1]:=
$Version
<< "Graphics`Legend`";
$ContextPath
SetOptions[Plot, PlotLegend -> {"y", "t"}]
Out[1]=
"5.1 for Mac OS X (October 25, 2004)"
Out[3]=
{"Graphics`Legend`", "Utilities`CleanSlate`", ....
Out[4]=
SetOptions[Plot, PlotLegend -> {"y", "t"}]
From In[5]:=
SetOptions::"optnf":"PlotLegend is not a known option for Plot\)...
--
To reply via email subtract one hundred and four
- Follow-Ups:
- Re: Re: PlotLegend not an option for PLot? 5.1
- From: yehuda ben-shimol <benshimo@bgumail.bgu.ac.il>
- Re: Re: PlotLegend not an option for PLot? 5.1