diff scripts/plot/plot.m @ 5798:7e7ed81f5566

[project @ 2006-05-09 17:24:33 by jwe]
author jwe
date Tue, 09 May 2006 17:24:34 +0000
parents ace8d8d26933
children 6ac0c826459e
line wrap: on
line diff
--- a/scripts/plot/plot.m	Tue May 09 06:15:18 2006 +0000
+++ b/scripts/plot/plot.m	Tue May 09 17:24:34 2006 +0000
@@ -31,6 +31,9 @@
 ## @var{x} coordinates are taken to be the indices of the elements,
 ## starting with 1.
 ##
+## To save a plot, in one of several image formats such as PostScript
+## or PNG, use the @code{print} command.
+##
 ## If more than one argument is given, they are interpreted as
 ##
 ## @example
@@ -163,7 +166,7 @@
 ## This will plot the cosine and sine functions and label them accordingly
 ## in the key.
 ## @seealso{semilogx, semilogy, loglog, polar, mesh, contour, __pltopt__
-## bar, stairs, errorbar, replot, xlabel, ylabel, title}
+## bar, stairs, errorbar, replot, xlabel, ylabel, title, print}
 ## @end deftypefn
 
 ## Author: jwe