Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Visualization and Graphics > Graphics Options & Styling > Plotting Options > PlotPoints >

PlotPoints

PlotPoints
is an option for plotting functions that specifies how many initial sample points to use.
  • With a single variable, PlotPoints->n specifies the total number of initial sample points to use.
  • With more than one variable, PlotPoints->n specifies that n initial points should be used in each direction.
  • PlotPoints specifies different numbers of initial sample points for each successive direction.
  • The initial sample points are usually equally spaced.
  • Adaptive procedures controlled by MaxRecursion are used to choose more sample points.
Use 10 points in each direction:
MaxRecursion will cause additional sampling beyond the initial 10 points:
Use 50 points along the direction:
Use different numbers of points for different variables:
Use 10 points in each direction:
In[1]:=
Click for copyable input
Out[1]=
 
MaxRecursion will cause additional sampling beyond the initial 10 points:
In[1]:=
Click for copyable input
Out[1]=
 
Use 50 points along the direction:
In[1]:=
Click for copyable input
Out[1]=
 
Use different numbers of points for different variables:
In[1]:=
Click for copyable input
Out[1]=
New in 1 | Last modified in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF