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]=