PlotLegend in Mathematica 6.0.1 doesn´t work
- To: mathgroup at smc.vnet.net
- Subject: [mg81042] PlotLegend in Mathematica 6.0.1 doesn´t work
- From: Guillermo Sanchez <guillermo.sanchez at hotmail.com>
- Date: Sun, 9 Sep 2007 06:11:46 -0400 (EDT)
Dear group
PlotLegent doesn`t work in Math 6.0.1, at least in my computer.
Check the below example:
Needs["PlotLegends`"]
Plot[{Sin[x], Cos[x]}, {x, 0, 2Pi}, PlotLegend->{"sine", "cosine"}]
How could I fixed the problem?
Thanks
Guillermo