DOCUMENTATION CENTER SEARCH
Plot Legends Package
>
Plot Legends
Package Symbol
Plot Legends Package
Tutorials »
|
Plot
Legend
Tooltip
See Also »
|
Plot Legends Package
More About »
PlotLegend
PlotLegend
is an option for
Plot
,
ListPlot
, and related functions that assigns text to lines in a 2D plot to create a legend for that plot.
MORE INFORMATION
To use
PlotLegend
, you first need to load the
Plot Legends Package
using
Needs
["PlotLegends`"]
.
PlotLegend->{
text
1
,
text
2
,
...
}
assigns text to each line in the same fashion as
PlotStyle
.
PlotLegend
also enables
Plot
and related functions to accept options for
Legend
, which will modify the legend produced.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Needs["PlotLegends`"]
Add a legend to a plot to identify curves:
In[2]:=
Out[2]=
In[3]:=
Out[3]=
SEE ALSO
Plot
Legend
Tooltip
TUTORIALS
Plot Legends Package
MORE ABOUT
Plot Legends Package
© 2008 Wolfram Research, Inc.