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

MaxPlotPoints

MaxPlotPoints
is an option for plotting functions like ArrayPlot and ListPlot3D that specifies the maximum number of points that will explicitly be included in the output.
  • With MaxPlotPoints->Infinity all points in the input will be included in the output.
  • With finite settings for MaxPlotPoints, the total number of points plotted is reduced by combining nearby points.
All the data points are used by default:
In[1]:=
Click for copyable input
Out[1]=
 
Only use 25 points for the plot:
In[1]:=
Click for copyable input
Out[1]=
 
Features can be minimized with a large dataset:
In[1]:=
Click for copyable input
Out[1]=
 
Reduce the number of points used to more easily see patterns in the data:
In[1]:=
Click for copyable input
Out[1]=
New in 5.1
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team