comparison scripts/plot/polar.m @ 3407:5e0a0b1cba43

[project @ 2000-01-06 03:13:55 by jwe]
author jwe
date Thu, 06 Jan 2000 03:14:17 +0000
parents a4cd1e9d9962
children ae7adbb591e8
comparison
equal deleted inserted replaced
3406:772cc0f88f09 3407:5e0a0b1cba43
22 ## Make a two-dimensional plot given polar the coordinates @var{theta} and 22 ## Make a two-dimensional plot given polar the coordinates @var{theta} and
23 ## @var{rho}. 23 ## @var{rho}.
24 ## 24 ##
25 ## The optional third argument specifies the line type. 25 ## The optional third argument specifies the line type.
26 ## @end deftypefn 26 ## @end deftypefn
27 27 ## @seealso{plot, semilogx, semilogy, loglog, mesh, contour, bar,
28 ## See also: plot, semilogx, semilogy, loglog, mesh, contour, bar, 28 ## stairs, gplot, gsplot, replot, xlabel, ylabel, title}
29 ## stairs, gplot, gsplot, replot, xlabel, ylabel, title
30 29
31 ## Author: jwe 30 ## Author: jwe
32 31
33 function polar (x1, x2, fmt) 32 function polar (x1, x2, fmt)
34 33