|
Further Examples: ListPlot
Here is a list of values.
In[1]:= 
Out[1]= 
This plots values.
In[2]:= 

Here is the same plot with the point size increased.
In[3]:= 

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[4]:= 

Here some other options are set.
In[5]:= 

Here is how to see all the possible options with their default settings.
In[6]:= 
Out[6]= 
In[7]:= 
|