# HG changeset patch # User jwe # Date 788025407 0 # Node ID de0df9547e08893329af962d0fde8d283abee68a # Parent b989de67b22dc8a719b258e07d9c891d651c4ff5 [project @ 1994-12-21 15:56:47 by jwe] diff --git a/src/pt-plot.cc b/src/pt-plot.cc --- 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.