MathGroup Archive 2006

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

Search the Archive

bug in PlotLegend?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg63623] bug in PlotLegend?
  • From: "NatHwylc" <NatHwylc at gmail.com>
  • Date: Sat, 7 Jan 2006 04:59:31 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

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: Re: A beginer's simple question about Mathematica...
  • Next by Date: Re: Odd answer from Mathematica
  • Previous by thread: Another question: How to add some assumptions to this Integrand?
  • Next by thread: Re: bug in PlotLegend?