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: [mg53694] Re: PlotLegend not an option for PLot? 5.1
  • From: "mike_sh@nospam" <mike_sh at nospam.com>
  • Date: Sun, 23 Jan 2005 02:02:24 -0500 (EST)
  • References: <200501211135.GAA01226@smc.vnet.net> <cst4r9$jsg$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

yehuda ben-shimol wrote:
> 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
> 

Which version did you try the above on?

on 5.1 the above does not work. see:

<< Graphics`Legend`
SetOptions[Plot, PlotLegend -> {"y", "t"}]

   SetOptions::"optnf" (PlotLegend is not a known option for Plot



  • Prev by Date: Re: Plotting lists of functions
  • Next by Date: Re: Preventing Times[x,x] from becoming Power[x,2]
  • Previous by thread: Re: PlotLegend not an option for PLot? 5.1
  • Next by thread: Re: PlotLegend not an option for PLot? 5.1