|
[Date Index]
[Thread Index]
[Author Index]
Re: PlotLegend not an option for PLot? 5.1
- To: mathgroup at smc.vnet.net
- Subject: [mg53669] Re: [mg53619] PlotLegend not an option for PLot? 5.1
- From: yehuda ben-shimol <benshimo at bgumail.bgu.ac.il>
- Date: Sat, 22 Jan 2005 03:51:52 -0500 (EST)
- References: <200501211135.GAA01226@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
mike_sh wrote:
>in 5.1, I was trying to do this
>
>SetOptions[Plot,PlotLegend->{"y","t"}]
>
> SetOptions::"optnf" (PlotLegend is not a known option for Plot
>
>
>but when I do help on PlotLegend, it says
>
>?PlotLegend
>
>"PlotLegend is an option for Plot"
>
>
>
>Any one knows how to set this option?
>
>thanks,
>Mike
>
>
>
You need to load the Graphics`Legend` Package first.
<< Graphics`Legend`
Then it will be an option for Plot
yehuda
Prev by Date:
crash on x86_64: mathematica
Next by Date:
Re: Function Fitting To 3D Data
Previous by thread:
PlotLegend not an option for PLot? 5.1
Next by thread:
Re: PlotLegend not an option for PLot? 5.1
|