MathGroup Archive 2006

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

Search the Archive

Re: bug in PlotLegend?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg63639] Re: [mg63623] bug in PlotLegend?
  • From: "David Park" <djmp at earthlink.net>
  • Date: Sun, 8 Jan 2006 03:33:04 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Why don't you give us an actual evaluable example so we can see the result
that you don't like?

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/

From: NatHwylc [mailto:NatHwylc at gmail.com]
To: mathgroup at smc.vnet.net


If I try PlotLegend in a very simple situation

Plot[Evaluate[{x[t], y[t]} /. s], {t, 0, 100}, PlotStyle -> {Red,
Green},
    PlotLegend -> {"x", "y"}]

I get a wrong result (i.e. a legend which contains three lines:x,y,x
instead of only x,y).

Is this a bug or am I making a mistake somewhere?

thanks

nw



  • Prev by Date: Using a List for the Listplot x-labels
  • Next by Date: Re: Re: Getting the small parts right or wrong. Order and Collect
  • Previous by thread: Re: bug in PlotLegend?
  • Next by thread: Re: bug in PlotLegend?