|
Further Examples: Plot
Here is a plot.
In[1]:= 

Here is the same plot with the axes labeled.
In[2]:= 

Here the axes labels are in TraditionalForm. In addition, the labels as well as the tick marks have font family Times and font size .
In[3]:= 

Here is a list of trig functions.
In[4]:= 
Here is the plot.
In[5]:= 

Here is the same plot with a few options set.
In[6]:= 

Here is how to see all the possible options with their default settings.
In[7]:= 
Out[7]= 
This swaps the x and y axes.
In[8]:= 

This makes a rainbow colored plot.
In[9]:= 

Trying to make this plot directly fails.
In[10]:= 

Making use of N's adaptive precision control displays the plot.
In[11]:= 

In[12]:= 
|