diff scripts/plot/polar.m @ 3063:4287b8c06fbf

[project @ 1997-06-26 02:36:05 by jwe]
author jwe
date Thu, 26 Jun 1997 02:36:14 +0000
parents 8b262e771614
children a4cd1e9d9962
line wrap: on
line diff
--- a/scripts/plot/polar.m
+++ b/scripts/plot/polar.m
@@ -30,6 +30,10 @@
 
 function polar (x1, x2, fmt)
 
+  ## XXX FIXME XXX -- these plot states should really just be set
+  ## temporarily, probably inside an unwind_protect block, but there is
+  ## no way to determine their current values.
+
   gset nologscale;
   gset nopolar;