Re: PlotLegend in Mathematica 6.0.1 doesn´t work
- To: mathgroup at smc.vnet.net
- Subject: [mg81077] Re: PlotLegend in Mathematica 6.0.1 doesn´t work
- From: Guillermo Sanchez <guillermo.sanchez at hotmail.com>
- Date: Mon, 10 Sep 2007 18:58:57 -0400 (EDT)
- References: <fc0h3h$bjq$1@smc.vnet.net>
I realize that the problem happens with some stylesheets. For instance: With the HelpBrowser Stylesheet. [In the toolbar choses Format-> Stylesheet->Other -> Helpbrowser (it is located in Systemfiles/Frontend/StyleSheet) ] Needs["PlotLegends`"] Plot[{Sin[x], Cos[x]}, {x, 0, 2Pi}, PlotLegend->{"sine", "cosine"}] Thanks again Guillermo S=E1nchez On 9 sep, 12:15, Guillermo Sanchez <guillermo.sanc... at hotmail.com> wrote: > 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