|
Further Examples: PlotDivision
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.
In[1]:= 

The plot is much smoother using the default setting for PlotDivision.
In[2]:= 

|