|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Filling
DetailsDetails
- The following settings can be used:
-
None no filling (default) Axis fill to the axis Bottom fill to the bottom of the plot Top fill to the top of the plot v fill to value v {m} fill to the m
object {i1->p1,i2->p2,...} fill from object
to
{i1->{p1,g1},...} use directive
for the k
filling {i1->{p1,{g1-,g1+},...}} use
below and
above - For 2D graphics, filling is done in the y direction.
- For 3D graphics, filling is done in the z direction, and on the bounding xy plane.
- In ListPlot, filling effectively draws a "stem" to every point.
- For multiple curves, surfaces or lists of points, Filling->p is equivalent to Filling->{1->p, 2->p...}.
- In filling between lists of points that do not line up, the "stems" start at points in the first list, and extend to positions that linearly interpolate between points in the second list. »
- By default, the style specified by the setting for FillingStyle is used for all filling.
- Settings of the form
can be used to override the default in particular cases.
specifies that style
should be used when
lies below
, and
when it lies above. - The
and
can be composite directives specified with Directive.
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »





