Two-Dimensional Graphics

---------------------------------------------------------------
Elementary X-Y Graphs                                            
---------------------------------------------------------------
fill          Draw filled 2-D polygons.                 
loglog        Log-log scale plot.                       
plot          Linear plot.                              
semilogx      Semi-log scale plot, x-axis logarithmic.  
semilogy      Semi-log scale plot, y-axis logarithmic.  
---------------------------------------------------------------
-------------------------------------------------------------
Specialized X-Y Graphs                                         
-------------------------------------------------------------
bar           Bar graph.                             
comet         Animated comet plot.                   
compass       Compass plot.                          
errorbar      Error bar plot.                        
feather       Feather plot.                          
fplot         Plot function.                         
hist          Histogram plot.                        
polar         Polar coordinate plot.                 
rose          Angle histogram plot.                  
stairs        Stairstep plot.                        
stem          Stem plot for discrete sequence data.  
-------------------------------------------------------------
------------------------------------------
Graph Annotation                            
------------------------------------------
grid          Grid lines.               
gtext         Mouse placement of text.  
legend        Add legend to plot.       
text          Text annotation.          
title         Graph title.              
xlabel        X-axis label.             
ylabel        Y-axis label.             
------------------------------------------
-------------------------------------------------------------
Coordinate System Conversion                                   
-------------------------------------------------------------
cart2pol      Cartesian to polar coordinates.  
pol2cart      Polar to Cartesian coordinates.  
------------------------------------------------------------
---------------------------------------------------------
Miscellaneous                                              
---------------------------------------------------------
zoom          Zoom in and out of a two-dimensional plot.  
---------------------------------------------------------

(c) Copyright 1994 by The MathWorks, Inc.