# HG changeset patch # User jwe # Date 1129161594 0 # Node ID 4e8a9543e68cbf22192f53d594caeee0a7c15a1a # Parent 250917610b55f17091ca47cb381581fd9c0bef15 [project @ 2005-10-12 23:59:54 by jwe] diff -r 250917610b55 -r 4e8a9543e68c src/DLD-FUNCTIONS/gplot.l --- a/src/DLD-FUNCTIONS/gplot.l Wed Oct 12 23:53:38 2005 +0000 +++ b/src/DLD-FUNCTIONS/gplot.l Wed Oct 12 23:59:54 2005 +0000 @@ -236,7 +236,7 @@ static std::string Vgnuplot_binary; // Append -title "Figure NN" to the gnuplot command? -static bool Vgnuplot_use_title_option; +static bool Vgnuplot_use_title_option = octave_env::have_x11_display (); // Gnuplot command strings that we use. static std::string Vgnuplot_command_plot;