PlotLegends should be an argument of ListLinePlot, for instance:
ListLinePlot[Prime[Range[25]], Filling -> Axis, PlotLegends -> "Prime Numbers"]
Hi!
It doesnt really work.. Got an error saying Unknown option PlotLegends for Panel. >> It doesn't work along when creating a panel :(
Hi,
PlotLegend (with a capital L) works by calling the package PlotLegends
Needs["PlotLegends`"]
Otherwise you can also try PlotLegends (so with an 's' at the end) which does not need any package.
Best, Xavier