Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Plotting Options >

FillingStyle

FillingStyle
is an option for ListPlot, Plot, Plot3D and related functions that specifies the default style of filling to be used.
  • FillingStyle->g specifies that all filling should be done by default with the specified graphics directive.
  • Directives can be combined using Directive[g1, g2, ...].
  • FillingStyle->{g-, g+} specifies that the filling should be done with g- when a point, curve or surface lies below the object being filled to, and with g+ when it lies above.
  • Settings of the form {i_k->{p_k,s_k},…} for Filling can be used to override the default style specified by FillingStyle.
New in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team