Mercurial > hg > octave-jordi
view doc/interpreter/plot.txi @ 6877:ab11bdb09820
[project @ 2007-09-07 05:12:32 by jwe]
author | jwe |
---|---|
date | Fri, 07 Sep 2007 05:12:32 +0000 |
parents | c81a0f3f5a82 |
children | b3d286e8a243 |
line wrap: on
line source
@c Copyright (C) 1996, 1997, 2007 John W. Eaton @c This is part of the Octave manual. @c For copying conditions, see the file gpl.texi. @node Plotting @chapter Plotting @menu * Two-Dimensional Plotting:: * Specialized Two-Dimensional Plots:: * Three-Dimensional Plotting:: * Manipulating Existing Plots:: * Plot Annotations:: * Multiple Plots on One Page:: * Multiple Plot Windows:: * Printing Plots:: * Test Plotting Functions:: * Interaction with gnuplot:: @end menu @node Two-Dimensional Plotting @section Two-Dimensional Plotting The basic plotting commands are: @cindex plotting @cindex graphics @DOCSTRING(axes) @DOCSTRING(plot) @DOCSTRING(line) @DOCSTRING(fplot) @DOCSTRING(drawnow) @DOCSTRING(shg) @DOCSTRING(hold) @DOCSTRING(ishold) @DOCSTRING(newplot) @node Specialized Two-Dimensional Plots @section Specialized Two-Dimensional Plots @DOCSTRING(bar) @DOCSTRING(barh) @DOCSTRING(contour) @DOCSTRING(contourc) @DOCSTRING(hist) @DOCSTRING(loglog) @DOCSTRING(polar) @DOCSTRING(patch) @DOCSTRING(semilogx) @DOCSTRING(semilogy) @DOCSTRING(stem) @DOCSTRING(stairs) @DOCSTRING(errorbar) @DOCSTRING(loglogerr) @DOCSTRING(semilogxerr) @DOCSTRING(semilogyerr) @node Three-Dimensional Plotting @section Three-Dimensional Plotting @DOCSTRING(plot3) @DOCSTRING(mesh) @DOCSTRING(meshc) @DOCSTRING(meshgrid) @DOCSTRING(ndgrid) @DOCSTRING(view) @node Manipulating Existing Plots @section Manipulating Existing Plots @DOCSTRING(axis) @DOCSTRING(gca) @DOCSTRING(gcf) @DOCSTRING(get) @DOCSTRING(set) @DOCSTRING(ancestor) @DOCSTRING(clf) @DOCSTRING(delete) @DOCSTRING(close) @DOCSTRING(closereq) @DOCSTRING(ishandle) @DOCSTRING(isfigure) @node Plot Annotations @section Plot Annotations @DOCSTRING(title) @DOCSTRING(legend) @DOCSTRING(text) @DOCSTRING(xlabel) @DOCSTRING(box) @DOCSTRING(grid) @node Multiple Plots on One Page @section Multiple Plots on One Page @DOCSTRING(subplot) @node Multiple Plot Windows @section Multiple Plot Windows @DOCSTRING(figure) @node Printing Plots @section Printing Plots @DOCSTRING(print) @DOCSTRING(orient) @node Test Plotting Functions @section Test Plotting Functions @DOCSTRING(sombrero) @DOCSTRING(peaks) @node Interaction with gnuplot @section Interaction with @code{gnuplot} @DOCSTRING(gnuplot_binary) @DOCSTRING(gnuplot_use_title_option)