MathGroup Archive 2005

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

Search the Archive

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


  • Prev by Date: How to make 3d map w/ data?
  • Next by Date: Re: Plotting lists of functions
  • Previous by thread: Re: PlotLegend not an option for PLot? 5.1
  • Next by thread: Re: Re: PlotLegend not an option for PLot? 5.1