Mercurial > hg > octave-jordi
changeset 1000:de0df9547e08
[project @ 1994-12-21 15:56:47 by jwe]
author | jwe |
---|---|
date | Wed, 21 Dec 1994 15:56:47 +0000 |
parents | b989de67b22d |
children | 641c05eaed01 |
files | src/pt-plot.cc |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/pt-plot.cc +++ b/src/pt-plot.cc @@ -1068,6 +1068,7 @@ send_to_plot_stream ("set xlabel\n"); send_to_plot_stream ("set ylabel\n"); send_to_plot_stream ("set nogrid\n"); + send_to_plot_stream ("set nolabel\n"); // This makes a simple `replot' not work after a `clearplot' command // has been issued.