|
SOLUTIONS
|
PLOT LEGENDS 程序包 符号
Legend
generates a legend with the specified boxes and text.
generates a legend by applying func to numbers between 0 and 1, incremented by the number of boxes
.
labels the first and last boxes with mintext and maxtext, respectively.
更多信息更多信息
- To use
, you first need to load the Plot Legends Package using Needs["PlotLegends`"]. - Possible forms for
are color directives (e.g. Hue) or a graphic. - Possible forms for
are strings, or strings with Style wrappers. - Function func should generate a color directive or graphic suitable for a
in the legend. - The following options can be given:
-
LegendPosition {-1, -1} position of legend in relation to graphic LegendSize Automatic length of
dimensionsLegendShadow Automatic specify shadow LegendTextSpace Automatic space in the legend box for text LegendTextDirection Automatic direction text is rotated, as in Text graphics primitive LegendTextOffset Automatic offset of text, as in Text graphics primitive LegendLabel None label for legend LegendLabelSpace Automatic specify space for LegendLabel LegendOrientation Vertical direction in which key boxes are laid out LegendSpacing Automatic specify the amount of space around each key box LegendBorder Automatic style of border of key boxes and text LegendBorderSpace Automatic specify space around all boxes and text LegendBackground Automatic style of the background
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



