Mercurial > hg > octave-nkf
diff scripts/signal/freqz_plot.m @ 5926:ddfe04062467
[project @ 2006-08-14 19:16:07 by jwe]
author | jwe |
---|---|
date | Mon, 14 Aug 2006 19:16:07 +0000 |
parents | ace8d8d26933 |
children | 2110cc251779 |
line wrap: on
line diff
--- a/scripts/signal/freqz_plot.m +++ b/scripts/signal/freqz_plot.m @@ -42,7 +42,7 @@ ## Protect graph state. replot_state = automatic_replot; - automatic_replot = 0; + automatic_replot(0); subplot (311); __gnuplot_set__ lmargin 10; @@ -88,7 +88,7 @@ __gnuplot_set__ tmargin; oneplot (); - automatic_replot = replot_state; + automatic_replot(replot_state); end_unwind_protect