comparison scripts/plot/plot.m @ 2314:949ab8eba8bc

[project @ 1996-07-12 03:58:02 by jwe]
author jwe
date Fri, 12 Jul 1996 03:58:02 +0000
parents 5ca126254d15
children bf8b1bffb58f
comparison
equal deleted inserted replaced
2313:5ca126254d15 2314:949ab8eba8bc
59 ## b will be plotted with points of type "*". 59 ## b will be plotted with points of type "*".
60 ## 60 ##
61 ## See also: semilogx, semilogy, loglog, polar, mesh, contour, plot_opt 61 ## See also: semilogx, semilogy, loglog, polar, mesh, contour, plot_opt
62 ## bar, stairs, gplot, gsplot, replot, xlabel, ylabel, title 62 ## bar, stairs, gplot, gsplot, replot, xlabel, ylabel, title
63 63
64 ## Author: jwe
65
64 function plot (...) 66 function plot (...)
65 67
66 set nologscale; 68 set nologscale;
67 set nopolar; 69 set nopolar;
68 70