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
- Follow-Ups:
- Re: bug in PlotLegend?
- From: gardyloo <gardyloo@mail.wsu.edu>
- Re: bug in PlotLegend?