Mathematica Compatibility Information
Upgrading from:
Graphics`Legend`
The functionality of Graphics`Legend` is now available from the newly created Plot Legends Package.
Load PlotLegends` to use the Plot Legends Package:
<< Graphics`Legend`;

Plot[{x, x^2}, {x, 0, 1}, PlotLegend -> {"one", "two"}]
In[130]:=
Click for copyable input
Out[131]=
Legend, ShadowBox, and ShowLegend were available in previous versions of Mathematica and are now available on the web at library.wolfram.com/infocenter/MathSource/6818.
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team