|
Further Examples: PlotRange
In the second plot the bottom of the curve is cut off.
In[1]:= 

In[2]:= 

You can clip the viewing box of a ParametricPlot3D graphic.
In[3]:= 

In[4]:= 

The plot is displayed in a restricted range of points if the option PlotRange is not set to All.
In[5]:= 

In[6]:= 

|