Mathematica 9 is now available
 Documentation / Mathematica / Built-in Functions / Graphics and Sound / Advanced Options  /
PlotDivision

  • PlotDivision is an option for Plot which specifies the maximum amount of subdivision to be used in attempting to generate a smooth curve.
  • Plot initially uses PlotPoints equally spaced sample points. In attempting to generate curves with no bends larger than MaxBend, Plot subdivides by at most a factor of PlotDivision.
  • The finest resolution in Plot is of order 1/(PlotPoints PlotDivision).
  • See the Mathematica book: Section 1.9.3.
  • See also: MaxBend.

    Further Examples

    By severely reducing the number of allowable subdivisions, you make it virtually impossible for Mathematica to draw a smooth curve of a function that oscillates a lot.

    Evaluate the cell to see the graphic.

    In[1]:=



    Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
    THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
    SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.