MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

Problem with PlotLegends

  • To: mathgroup at smc.vnet.net
  • Subject: [mg129090] Problem with PlotLegends
  • From: xebamadeus at gmail.com
  • Date: Fri, 14 Dec 2012 03:00:58 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net

Hi! I need your help!!. I don't understand why not working PlotLegends when I use DensityPlot.

This is my problem:

Needs["PlotLegends`"]

DensityPlot[Sin[x] Sin[y], {x, -4, 4}, {y, -3, 3},
 ColorFunction -> "SunsetColors", PlotLegends -> Automatic]

DensityPlot::optx: Unknown option PlotLegends in DensityPlot[Sin[x] Sin[y],{x,-4,4},{y,-3,3},ColorFunction->SunsetColors,PlotLegends->Automatic]. >>

DensityPlot[Sin[x] Sin[y], {x, -4, 4}, {y, -3, 3},
 ColorFunction -> "SunsetColors", PlotLegends -> Automatic]

$Packages

{"PlotLegends`", "ResourceLocator`", "DocumentationSearch`", \
"GetFEKernelInit`", "JLink`", "PacletManager`", "WebServices`", \
"System`", "Global`"}

Thank you for you attention!



  • Prev by Date: Re: Corruption of file
  • Next by Date: silly question on formatting tables
  • Previous by thread: Re: spherical harmonics
  • Next by thread: Re: Problem with PlotLegends