<?xml version='1.0' encoding='ISO-8859-1' ?>
<!-- $Revision: 1.6 $ $Date: 2000/09/09 00:26:22 $ -->

<toc version="1.0">

<tocitem target="intro_ne.html">Graphics

<tocitem target="cp_overv.html">Overview of MATLAB Graphics
    <tocitem target="cp_overv.html#34727">Introduction</tocitem>
    <tocitem target="cp_over2.html#34749">Plotting Your Data
        <tocitem target="cp_over3.html#32426">Anatomy of a Plot</tocitem>
    </tocitem>
    <tocitem target="cp_over4.html#32293">Editing a Plot
        <tocitem target="cp_over5.html#36775">Interactive Plot Editing</tocitem>
        <tocitem target="cp_over6.html#37873">Using Functions to Edit Graphs</tocitem>
    </tocitem>
    <tocitem target="cp_over6.html#33811">Using Plot Editing Mode
        <tocitem target="cp_over7.html#33847">Starting Plot Edit Mode</tocitem>
        <tocitem target="cp_over8.html#33863">Exiting Plot Edit Mode</tocitem>
        <tocitem target="cp_over9.html#33867">Selecting Objects in a Graph</tocitem>
        <tocitem target="cp_ove10.html#33883">Cutting, Copying, and Pasting Objects</tocitem>
        <tocitem target="cp_ove11.html#33893">Moving and Resizing Objects</tocitem>
        <tocitem target="cp_ove12.html#34048">Editing Objects in a Graph</tocitem>
    </tocitem>
    <tocitem target="cp_ove13.html#34066">Saving Your Work
        <tocitem target="cp_ove13.html#34070">Saving a Graph in MAT-File Format</tocitem>
        <tocitem target="cp_ove13.html#34091">Saving to a Different Format (Exporting Figures)</tocitem>
        <tocitem target="cp_ove14.html#34109">Printing Figures</tocitem>
        <tocitem target="cp_ove15.html#34119">Getting Help</tocitem>
    </tocitem>
    <tocitem target="cp_ove16.html#34126">Changing Your View of an Axes
        <tocitem target="cp_ove17.html#34139">Zooming In and Out on an Axes</tocitem>
        <tocitem target="cp_ove18.html#34162">Rotating 3-D Axes</tocitem>
    </tocitem>
    <tocitem target="cp_ove19.html#34210">Using the Property Editor
        <tocitem target="cp_ove19.html#34234">Starting the Property Editor</tocitem>
        <tocitem target="cp_ove20.html#34246">Closing the Property Editor</tocitem>
        <tocitem target="cp_ove21.html#34249">Editing Object Properties</tocitem>
        <tocitem target="cp_ove22.html#34269">Navigating Among Objects in a Graph</tocitem>
        <tocitem target="cp_ove23.html#34292">Identifying Objects in a Graph</tocitem>
        <tocitem target="cp_ove24.html#34301">Applying Your Changes</tocitem>
    </tocitem>
    <tocitem target="cp_ove25.html#36436">Using the Data Statistics Tool
        <tocitem target="cp_ove25.html#36497">Adding Plots of Statistics to a Graph</tocitem>
        <tocitem target="cp_ove25.html#36499">Saving Statistics to the Workspace</tocitem>
    </tocitem>
</tocitem>
<tocitem target="chbuilda.html">Basic Plotting
    <tocitem target="chbuilda.html#20079">Basic Plotting Commands
        <tocitem target="chbuild2.html#2966">Creating Plots</tocitem>
        <tocitem target="chbuil3a.html#19587">Specifying Line Style</tocitem>
        <tocitem target="chbuild4.html#28783">Specifying the Color and Size of Lines</tocitem>
        <tocitem target="chbuild5.html#28917">Adding Plots to an Existing Graph</tocitem>
        <tocitem target="chbuild6.html#26386">Plotting Only the Data Points</tocitem>
        <tocitem target="chbuild7.html#26413">Plotting Markers and Lines</tocitem>
        <tocitem target="chbuild8.html#26610">Line Styles for Black and White Output</tocitem>
        <tocitem target="chbuild9.html#26411">Setting Default Line Styles</tocitem>
    </tocitem>
    <tocitem target="chbuil10.html#25349">Line Plots of Matrix Data</tocitem>
    <tocitem target="chbuil11.html#19902">Plotting Imaginary and Complex Data</tocitem>
    <tocitem target="chbuil12.html#27628">Plotting with Two Y-Axes
        <tocitem target="chbuil12.html#30576">Combining Linear and Logarithmic Axes</tocitem>
    </tocitem>
    <tocitem target="chbuil13.html#7929">Setting Axis Parameters
        <tocitem target="chbuil14.html#27773">Axis Limits and Ticks</tocitem>
        <tocitem target="chbuil15.html#29060">Example - Specifying Ticks and Tick Labels</tocitem>
        <tocitem target="chbuil16.html#20302">Setting Aspect Ratio</tocitem>
    </tocitem>
    <tocitem target="chbuil17.html#30087">Figure Windows
        <tocitem target="chbuil18.html#30100">Displaying Multiple Plots per Figure</tocitem>
        <tocitem target="chbuil19.html#30131">Specifying the Target Axes</tocitem>
        <tocitem target="chbuil20.html#30148">Default Color Scheme</tocitem>
    </tocitem>
</tocitem>
<tocitem target="chspecia.html">Creating Specialized Plots
    <tocitem target="chspecia.html#9522">Introduction</tocitem>
    <tocitem target="chspeci2.html#10001">Bar and Area Graphs
        <tocitem target="chspeci3.html#868">Types of Bar Graphs</tocitem>
        <tocitem target="chspeci4.html#992">Stacked Bar Graphs to Show Contributing Amounts</tocitem>
        <tocitem target="chspeci5.html#1044">Specifying X-Axis Data</tocitem>
        <tocitem target="chspeci6.html#1061">Overlaying Plots on Bar Graphs</tocitem>
        <tocitem target="chspeci7.html#1833">Area Graphs</tocitem>
        <tocitem target="chspeci8.html#3575">Comparing Datasets with Area Graphs</tocitem>
    </tocitem>
    <tocitem target="chspeci9.html#1092">Pie Charts
        <tocitem target="chspec10.html#1128">Removing a Piece from a Pie Charts</tocitem>
    </tocitem>
    <tocitem target="chspec11.html#1136">Histograms
        <tocitem target="chspec12.html#1139">Histograms in Cartesian Coordinate Systems</tocitem>
        <tocitem target="chspec13.html#3357">Histograms in Polar Coordinate Systems</tocitem>
        <tocitem target="chspec14.html#1166">Specifying Number of Bins</tocitem>
    </tocitem>
    <tocitem target="chspec15.html#1188">Discrete Data Graphs
        <tocitem target="chspec16.html#1190">Two-Dimensional Stem Plots</tocitem>
        <tocitem target="chspec17.html#3380">Combining Stem Plots with Line Plots</tocitem>
        <tocitem target="chspec18.html#1251">Three-Dimensional Stem Plots</tocitem>
        <tocitem target="chspec19.html#1297">Stairstep Plots</tocitem>
    </tocitem>
    <tocitem target="chspec20.html#1323">Direction and Velocity Vector Graphs
        <tocitem target="chspec21.html#1352">Compass Plots</tocitem>
        <tocitem target="chspec22.html#1372">Feather Plots</tocitem>
        <tocitem target="chspec23.html#1395">Two-Dimensional Quiver Plots</tocitem>
        <tocitem target="chspec24.html#1413">Three-Dimensional Quiver Plots</tocitem>
    </tocitem>
    <tocitem target="chspec25.html#2524">Contour Plots
        <tocitem target="chspec26.html#2553">Creating Simple Contour Plots</tocitem>
        <tocitem target="chspec27.html#3467">Labeling Contours</tocitem>
        <tocitem target="chspec28.html#2590">Filled Contours</tocitem>
        <tocitem target="chspec29.html#2600">Drawing a Single Contour Line at a Desired Level</tocitem>
        <tocitem target="chspec30.html#2614">The Contouring Algorithm</tocitem>
        <tocitem target="chspec31.html#2666">Changing the Offset of a Contour</tocitem>
        <tocitem target="chspec32.html#2674">Displaying Contours in Polar Coordinates</tocitem>
    </tocitem>
    <tocitem target="chspec33.html#2521">Interactive Plotting</tocitem>
    <tocitem target="chspec34.html#1460">Animation
        <tocitem target="chspec35.html#1468">Movies</tocitem>
        <tocitem target="chspec36.html#1473">Example - Visualizing an FFT as a Movie</tocitem>
        <tocitem target="chspec37.html#1497">Erase Modes</tocitem>
    </tocitem>
</tocitem>
<tocitem target="chlabelg.html">Formatting Graphs
    <tocitem target="chlabelg.html#37632">Overview</tocitem>
    <tocitem target="chlabel2.html#33124">Adding a Title to a Graph
        <tocitem target="chlabel3.html#33371">Using the Title Option on the Insert Menu</tocitem>
        <tocitem target="chlabel4.html#33376">Using the Property Editor to Add a Title</tocitem>
        <tocitem target="chlabel5.html#33313">Using the title Function</tocitem>
    </tocitem>
    <tocitem target="chlabel6.html#33259">Adding a Legend to a Graph
        <tocitem target="chlabel7.html#34210">Using the Legend Option on the Insert Menu</tocitem>
        <tocitem target="chlabel8.html#34300">Using the Legend Function</tocitem>
        <tocitem target="chlabel9.html#34306">Positioning a Legend</tocitem>
        <tocitem target="chlab10b.html#34322">Editing a Legend</tocitem>
        <tocitem target="chlab10b.html#33335">Removing a Legend</tocitem>
    </tocitem>
    <tocitem target="chlab11a.html#33284">Adding Axes Labels to a Graph
        <tocitem target="chlab11a.html#33421">Using the Label Options on the Insert Menu</tocitem>
        <tocitem target="chlab11a.html#33426">Using the Property Editor to Add Axes labels</tocitem>
        <tocitem target="chlab11a.html#27604">Using the Label Commands</tocitem>
    </tocitem>
    <tocitem target="chlabe12.html#4741">Adding Text Annotations to a Graph
        <tocitem target="chlabe12.html#33460">Creating Text Annotations in Plot Editing Mode</tocitem>
        <tocitem target="chlabe12.html#19466">Creating Text Annotations with the text or gtext Command</tocitem>
        <tocitem target="chlab13a.html#36282">Example - Aligning Text</tocitem>
        <tocitem target="chlab13a.html#36391">Editing Text Annotations</tocitem>
        <tocitem target="chlabe14.html#28104">Including Symbols and Greek Letters in Text Strings</tocitem>
        <tocitem target="chlabe15.html#28263">Using Variables in Text Strings</tocitem>
        <tocitem target="chlabe16.html#28303">Example - Multiline Text</tocitem>
    </tocitem>
    <tocitem target="chlabe17.html#33318">Adding Arrows and Lines to a Graph
        <tocitem target="chlabe18.html#36350">Creating Arrows and Lines in Plot Editing Mode</tocitem>
        <tocitem target="chlabe19.html#37405">Editing Arrows and Line Annotations</tocitem>
    </tocitem>
    <tocitem target="chlabe20.html#31260">Adding Plots of Basic Statistics to a Graph
        <tocitem target="chlabe20.html#32681">Example - Plotting the Mean of a Data Set</tocitem>
        <tocitem target="chlabe20.html#33021">Formatting Plots of Data Statistics</tocitem>
        <tocitem target="chlabe20.html#32582">Statistics Plotted by the Data Statistics Tool</tocitem>
        <tocitem target="chlabe20.html#31504">Viewing Statistics for Multiple Plots</tocitem>
        <tocitem target="chlabe20.html#32627">Saving Statistics to the MATLAB Workspace</tocitem>
    </tocitem>
</tocitem>
<tocitem target="chimage.html">Displaying Bit-Mapped Images
    <tocitem target="chimage.html#119">Overview</tocitem>
    <tocitem target="chimage2.html#145">Images in MATLAB
        <tocitem target="chimage3.html#12444">Data Types</tocitem>
    </tocitem>
    <tocitem target="chimage4.html#10709">Image Types
        <tocitem target="chimage5.html#155">Indexed Images</tocitem>
        <tocitem target="chimage6.html#175">Intensity Images</tocitem>
        <tocitem target="chimage7.html#12468">RGB (Truecolor) Images</tocitem>
    </tocitem>
    <tocitem target="chimage8.html#1667">Working with 8-Bit and 16-Bit Images
        <tocitem target="chimage9.html#1767">8-Bit and 16-Bit Indexed Images</tocitem>
        <tocitem target="chimag10.html#1737">8-Bit and 16-Bit Intensity Images</tocitem>
        <tocitem target="chimag11.html#1744">8-Bit and 16-Bit RGB Images</tocitem>
        <tocitem target="chimag12.html#11549">Mathematical Operations Support for uint8 and uint16</tocitem>
        <tocitem target="chimag13.html#11607">Other 8-Bit and 16-Bit Array Support</tocitem>
        <tocitem target="chimag14.html#1805">Summary of Image Types and Numeric Classes</tocitem>
    </tocitem>
    <tocitem target="chimag15.html#501">Reading, Writing, and Querying Graphics Image Files
        <tocitem target="chimag16.html#12544">Reading a Graphics Image</tocitem>
        <tocitem target="chimag17.html#11775">Writing a Graphics Image</tocitem>
        <tocitem target="chimag18.html#545">Obtaining Information About Graphics Files</tocitem>
    </tocitem>
    <tocitem target="chimag19.html#14170">Displaying Graphics Images
        <tocitem target="chimag20.html#14179">Summary of Image Types and Display Methods</tocitem>
        <tocitem target="chimag21.html#14207">Controlling Aspect Ratio and Display Size</tocitem>
    </tocitem>
    <tocitem target="chimag22.html#14242">The Image Object and Its Properties
        <tocitem target="chimag23.html#14245">CData</tocitem>
        <tocitem target="chimag24.html#14252">CDataMapping</tocitem>
        <tocitem target="chimag25.html#14273">XData and YData</tocitem>
        <tocitem target="chimag26.html#14307">EraseMode</tocitem>
    </tocitem>
    <tocitem target="chimag27.html#14338">Printing Images</tocitem>
    <tocitem target="chimag28.html#14167">Converting the Data or Graphic Type of Images</tocitem>
</tocitem>
<tocitem target="printint.html">Basic Printing and Exporting
    <tocitem target="printin2.html#35328">Quick Start
        <tocitem target="printin2.html#76510">List of Examples</tocitem>
        <tocitem target="printin2.html#76519">Dialog Box Overview</tocitem>
        <tocitem target="printin3.html#43635">Printing to a Printer Using the Defaults</tocitem>
        <tocitem target="printin4.html#35867">Printing to a Printer at Screen Size</tocitem>
        <tocitem target="printin5.html#35874">Printing to a Printer, Locking the Ticks and Limits of the Axes</tocitem>
        <tocitem target="printin6.html#35878">Printing to a Printer, Setting the Paper Size</tocitem>
        <tocitem target="printin7.html#35882">Printing to a Printer, Setting the Size of and Centering a Figure</tocitem>
        <tocitem target="printin8.html#35886">Printing to a Nondefault Printer</tocitem>
        <tocitem target="printin9.html#35939">Printing to a Printer Using GhostScript</tocitem>
        <tocitem target="printi10.html#35943">Printing a Figure to a File</tocitem>
        <tocitem target="printi11.html#35947">Appending a Figure to a PostScript File</tocitem>
        <tocitem target="printi12.html#35951">Exporting a Figure to a File in a Specific Graphics Format</tocitem>
        <tocitem target="printi13.html#40866">Exporting a Figure in EPS Format with a TIFF Preview</tocitem>
        <tocitem target="printi14.html#40832">Exporting a Figure to the Clipboard</tocitem>
    </tocitem>
    <tocitem target="printi15.html#35323">Overview of Printing and Exporting
        <tocitem target="printi16.html#36064">What Is Printed or Exported</tocitem>
        <tocitem target="printi16.html#73069">Which Figure Is Printed</tocitem>
        <tocitem target="printi16.html#41182">How to Print or Export</tocitem>
        <tocitem target="printi16.html#70922">Default Settings and How to Change Them</tocitem>
    </tocitem>
    <tocitem target="printi17.html#36065">Printing a Figure to a Printer or a File
        <tocitem target="printi18.html#42049">Using Print Dialog Boxes</tocitem>
        <tocitem target="printi19.html#80194">From the Command Line</tocitem>
        <tocitem target="printi20.html#47934">Changing the Figure's Settings</tocitem>
        <tocitem target="printi21.html#81310">Printing the Figure</tocitem>
    </tocitem>
    <tocitem target="printi22.html#36067">Exporting a Figure in Graphics Format
        <tocitem target="printi23.html#41218">Exporting to a File</tocitem>
        <tocitem target="printi24.html#33106">Exporting to the Clipboard</tocitem>
    </tocitem>
    <tocitem target="printi25.html#81633">Troubleshooting
        <tocitem target="printi26.html#81703">Printing Problems</tocitem>
        <tocitem target="printi27.html#81795">Exporting Problems</tocitem>
        <tocitem target="printi28.html#81888">General Problems</tocitem>
    </tocitem>
</tocitem>
<tocitem target="chhandle.html">Handle Graphics Objects
    <tocitem target="chhandle.html#28057">Overview</tocitem>
    <tocitem target="chhandl2.html#25335">Graphics Object Hierarchy</tocitem>
    <tocitem target="chhandl3.html#25344">Types of Graphics Objects
        <tocitem target="chhandl3.html#28364">Handle Graphics Objects</tocitem>
    </tocitem>
    <tocitem target="chhandl4.html#18082">Object Properties
        <tocitem target="chhandl4.html#25512">Changing Values</tocitem>
        <tocitem target="chhandl4.html#25511">Default Values</tocitem>
        <tocitem target="chhandl5.html#18090">Properties Common to All Objects</tocitem>
    </tocitem>
    <tocitem target="chhandl6.html#18599">Graphics Object Creation Functions
        <tocitem target="chhandl7.html#18603">Example - Creating Graphics Objects</tocitem>
        <tocitem target="chhandl8.html#18623">Parenting</tocitem>
        <tocitem target="chhandl9.html#18631">High-Level Versus Low-Level</tocitem>
        <tocitem target="chhand10.html#18638">Simplified Calling Syntax</tocitem>
    </tocitem>
    <tocitem target="chhand11.html#25702">Setting and Querying Property Values
        <tocitem target="chhand12.html#25792">Setting Property Values</tocitem>
        <tocitem target="chhand13.html#18698">Querying Property Values</tocitem>
        <tocitem target="chhand14.html#18745">Factory-Defined Property Values</tocitem>
    </tocitem>
    <tocitem target="chhand15.html#21465">Setting Default Property Values
        <tocitem target="chhand15.html#27078">How MATLAB Searches for Default Values</tocitem>
        <tocitem target="chhand16.html#18841">Defining Default Values</tocitem>
        <tocitem target="chhand17.html#18863">Examples - Setting Default LineStyles</tocitem>
    </tocitem>
    <tocitem target="chhand18.html#18922">Accessing Object Handles
        <tocitem target="chhand19.html#18932">The Current Figure, Axes, and Object</tocitem>
        <tocitem target="chhand20.html#18979">Searching for Objects by Property Values -- findobj</tocitem>
        <tocitem target="chhand21.html#18999">Copying Objects</tocitem>
        <tocitem target="chhand22.html#24982">Deleting Objects</tocitem>
    </tocitem>
    <tocitem target="chhand23.html#20455">Controlling Graphics Output
        <tocitem target="chhand24.html#20569">Specifying the Target for Graphics Output</tocitem>
        <tocitem target="chhand25.html#20610">Preparing Figures and Axes for Graphics</tocitem>
        <tocitem target="chhand26.html#18238">Targeting Graphics Output with newplot</tocitem>
        <tocitem target="chhand27.html#18256">Example - Using newplot</tocitem>
        <tocitem target="chhand28.html#21264">Testing for Hold State</tocitem>
        <tocitem target="chhand29.html#18329">Protecting Figures and Axes</tocitem>
        <tocitem target="chhand30.html#21193">The Close Request Function</tocitem>
        <tocitem target="chhand31.html#22318">Handle Validity Versus Handle Visibility</tocitem>
    </tocitem>
    <tocitem target="chhand32.html#21618">Saving Handles in M-Files</tocitem>
    <tocitem target="chhand33.html#21616">Properties Changed by Built-In Functions</tocitem>
</tocitem>
<tocitem target="chfigure.html">Figure Properties
    <tocitem target="chfigure.html#26069">Figure Topics</tocitem>
    <tocitem target="chfigur2.html#25102">Positioning Figures
        <tocitem target="chfigur2.html#17912">The Position Vector</tocitem>
        <tocitem target="chfigur3.html#18983">Example - Specifying Figure Position</tocitem>
    </tocitem>
    <tocitem target="chfigur4.html#26248">Controlling How MATLAB Uses Color
        <tocitem target="chfigur5.html#29931">Indexed Color Displays</tocitem>
        <tocitem target="chfigur6.html#24418">Colormap Colors and Fixed Colors</tocitem>
        <tocitem target="chfigur7.html#23780">Using a Large Number of Colors</tocitem>
        <tocitem target="chfigur8.html#26892">Nonactive Figures and Shared Colors</tocitem>
        <tocitem target="chfigur9.html#26884">Dithering Truecolor on Indexed Color Systems</tocitem>
    </tocitem>
    <tocitem target="chfigu10.html#24612">Selecting Drawing Methods
        <tocitem target="chfigu11.html#24657">Backing Store</tocitem>
        <tocitem target="chfigu12.html#33457">Double Buffering</tocitem>
        <tocitem target="chfigu13.html#33455">Selecting a Renderer</tocitem>
    </tocitem>
    <tocitem target="chfigu14.html#35149">Specifying the Figure Pointer
        <tocitem target="chfigu15.html#25777">Defining Custom Pointers</tocitem>
    </tocitem>
    <tocitem target="chfigu16.html#30669">Interactive Graphics</tocitem>
</tocitem>
<tocitem target="chaxes.html">Axes Properties
    <tocitem target="chaxes.html#28222">Axes Topics</tocitem>
    <tocitem target="chaxes2.html#27099">Labeling and Appearance Properties
        <tocitem target="chaxes2.html#27313">Creating Axes with Specific Characteristics</tocitem>
    </tocitem>
    <tocitem target="chaxes3.html#21621">Positioning Axes
        <tocitem target="chaxes3.html#21623">The Position Vector</tocitem>
        <tocitem target="chaxes4.html#21681">Units</tocitem>
    </tocitem>
    <tocitem target="chaxes5.html#22321">Multiple Axes per Figure
        <tocitem target="chaxes6.html#22713">Placing Text Outside the Axes</tocitem>
        <tocitem target="chaxes7.html#22769">Multiple Axes for Different Scaling</tocitem>
    </tocitem>
    <tocitem target="chaxes8.html#19798">Individual Axis Control
        <tocitem target="chaxes9.html#13563">Setting Axis Limits</tocitem>
        <tocitem target="chaxes10.html#16587">Setting Tick Mark Locations</tocitem>
        <tocitem target="chaxes11.html#15587">Changing Axis Direction</tocitem>
    </tocitem>
    <tocitem target="chaxes12.html#11215">Using Multiple X and Y Axes
        <tocitem target="chaxes12.html#11217">Example - Double Axis Graphs</tocitem>
    </tocitem>
    <tocitem target="chaxes13.html#27491">Automatic-Mode Properties</tocitem>
    <tocitem target="chaxes14.html#15879">Colors Controlled by Axes
        <tocitem target="chaxes15.html#11688">Specifying Axes Colors</tocitem>
        <tocitem target="chaxes16.html#18778">Axes Color Limits - The CLim Property</tocitem>
        <tocitem target="chaxes17.html#12057">Example - Simulating Multiple Colormaps in a Figure</tocitem>
        <tocitem target="chaxes17.html#12312">Calculating Color Limits</tocitem>
        <tocitem target="chaxes18.html#28111">Defining the Color of Lines for Plotting</tocitem>
        <tocitem target="chaxes19.html#13155">Line Styles Used for Plotting - LineStyleOrder</tocitem>
    </tocitem>
</tocitem>

</tocitem>
</toc>
