diff scripts/plot/__errplot__.m @ 5215:32c569794216

[project @ 2005-03-16 18:54:42 by jwe]
author jwe
date Wed, 16 Mar 2005 18:54:52 +0000
parents eecc24b92d97
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/plot/__errplot__.m	Wed Mar 16 17:14:12 2005 +0000
+++ b/scripts/plot/__errplot__.m	Wed Mar 16 18:54:52 2005 +0000
@@ -67,7 +67,7 @@
 	       a1(:,i)-a3(:,i), a1(:,i)+a4(:,i), ...
 	       a2(:,i)-a5(:,i), a2(:,i)+a6(:,i)];
     endswitch
-    cmd = sprintf ("__gplot__ tmp %s", ifmt);
+    cmd = sprintf ("__gnuplot_plot__ tmp %s", ifmt);
     eval (cmd);
 endfor