Mercurial > hg > octave-lyh
diff scripts/signal/freqz_plot.m @ 5215:32c569794216
[project @ 2005-03-16 18:54:42 by jwe]
author | jwe |
---|---|
date | Wed, 16 Mar 2005 18:54:52 +0000 |
parents | 2b4e706ff011 |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/scripts/signal/freqz_plot.m +++ b/scripts/signal/freqz_plot.m @@ -45,7 +45,7 @@ automatic_replot = 0; subplot (311); - gset lmargin 10; + __gnuplot_set__ lmargin 10; axis ("labely"); xlabel (""); grid ("on"); @@ -56,7 +56,7 @@ axis ("labely"); title (""); xlabel (""); - gset tmargin 0; + __gnuplot_set__ tmargin 0; grid ("on"); if (maxmag - min (mag) > 100) axis ([ w(1), w(n), maxmag-100, maxmag ]); @@ -84,8 +84,8 @@ grid ("off"); axis ("auto", "label"); - gset lmargin; - gset tmargin; + __gnuplot_set__ lmargin; + __gnuplot_set__ tmargin; oneplot (); automatic_replot = replot_state;