| Author |
Comment/Response |
Sebastián
|
12/12/12 4:47pm
Why not working the PlotLegends when I write this?
Thank you so much
In[1]:= Needs["PlotLegends`"]
In[2]:= $Packages
Out[2]= {"PlotLegends`", "ResourceLocator`", "DocumentationSearch`", \
"GetFEKernelInit`", "JLink`", "PacletManager`", "WebServices`", \
"System`", "Global`"}
In[3]:= DensityPlot[Sin[x] Sin[y], {x, -4, 4}, {y, -3, 3},
ColorFunction -> "SunsetColors", PlotLegends -> Automatic]
During evaluation of In[3]:= DensityPlot::optx: Unknown option PlotLegends in DensityPlot[Sin[x] Sin[y],{x,-4,4},{y,-3,3},ColorFunction->SunsetColors,PlotLegends->Automatic]. >>
Out[3]= DensityPlot[Sin[x] Sin[y], {x, -4, 4}, {y, -3, 3},
ColorFunction -> "SunsetColors", PlotLegends -> Automatic]
Attachment: Captura.PNG, URL: , |
|