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