diff scripts/plot/loglog.m @ 2315:bf8b1bffb58f

[project @ 1996-07-12 17:22:07 by jwe]
author jwe
date Fri, 12 Jul 1996 17:22:16 +0000
parents 949ab8eba8bc
children b5568c31ee2c
line wrap: on
line diff
--- a/scripts/plot/loglog.m
+++ b/scripts/plot/loglog.m
@@ -37,6 +37,6 @@
   set logscale y;
   set nopolar;
 
-  plot_int ("loglog", all_va_args);
+  __plt__ ("loglog", all_va_args);
 
 endfunction