SetOptions[Legend,LegendPosition] is NOT taking effect when using Plot command
- To: mathgroup at smc.vnet.net
- Subject: [mg53620] SetOptions[Legend,LegendPosition] is NOT taking effect when using Plot command
- From: mike_sh <mike_sh at nospam.com>
- Date: Fri, 21 Jan 2005 06:35:24 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
hi;
5.1 on windows
If you run this code:
<<Graphics`Legend`
SetOptions[Legend,LegendPosition->{1,-.5}]
Plot[Sin[x],{x,0,Pi},PlotLegend->{"sin"}]
Plot[Sin[x],{x,0,Pi},PlotLegend->{"sin"},LegendPosition->{1,-.5}]
You'll see that the legend does not come out in
the same position. It seems the plot does not check the
options set for Legend as expected.
Isn't supposed to?
Mike