diff scripts/plot/polar.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents ace8d8d26933
children 44c91c5dfe1d
line wrap: on
line diff
--- a/scripts/plot/polar.m
+++ b/scripts/plot/polar.m
@@ -54,7 +54,7 @@
     fmt = "";
     __plr1__ (x1, fmt);
   else
-    usage ("polar (theta, rho, fmt)");
+    print_usage ();
   endif
 
 endfunction