# HG changeset patch # User jwe # Date 788025407 0 # Node ID de0df9547e08893329af962d0fde8d283abee68a # Parent b989de67b22dc8a719b258e07d9c891d651c4ff5 [project @ 1994-12-21 15:56:47 by jwe] diff -r b989de67b22d -r de0df9547e08 src/pt-plot.cc --- a/src/pt-plot.cc Mon Dec 19 23:50:13 1994 +0000 +++ b/src/pt-plot.cc Wed Dec 21 15:56:47 1994 +0000 @@ -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.