PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Plot Legends Package
>
Plot Legends
Package Symbol
Plot Legends Package
Tutorials »
|
Legend
PlotLegend
Plot
ColorData
See Also »
|
Plot Legends Package
More About »
ShowLegend
ShowLegend[
graphics
,
legend
1
,
legend
2
,
...
]
places the
legend
1
,
legend
2
,
...
, in the given graphic
graphics
.
MORE INFORMATION
To use
ShowLegend
, you first need to load the
Plot Legends Package
using
Needs
["PlotLegends`"]
.
Each
legend
i
is in the same format as a call to
Legend
.
The graphic
graphics
is placed in a rectangle whose center is at
, and whose boundaries are
. These coordinates must be used to place the legends.
The aspect ratio of
graphics
is unchanged.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Needs["PlotLegends`"]
Density plot with a legend:
In[2]:=
Out[2]=
Surface plot with a legend:
In[3]:=
Out[3]=
Plot with a legend for the filling styles:
In[4]:=
Out[4]=
SEE ALSO
Legend
PlotLegend
Plot
ColorData
TUTORIALS
Plot Legends Package
MORE ABOUT
Plot Legends Package
© 2008 Wolfram Research, Inc.