comparison src/DLD-FUNCTIONS/gplot.l @ 5490:4e8a9543e68c

[project @ 2005-10-12 23:59:54 by jwe]
author jwe
date Wed, 12 Oct 2005 23:59:54 +0000
parents 250917610b55
children eacb3f5cfb99
comparison
equal deleted inserted replaced
5489:250917610b55 5490:4e8a9543e68c
234 234
235 // The name of the shell command to execute to start gnuplot. 235 // The name of the shell command to execute to start gnuplot.
236 static std::string Vgnuplot_binary; 236 static std::string Vgnuplot_binary;
237 237
238 // Append -title "Figure NN" to the gnuplot command? 238 // Append -title "Figure NN" to the gnuplot command?
239 static bool Vgnuplot_use_title_option; 239 static bool Vgnuplot_use_title_option = octave_env::have_x11_display ();
240 240
241 // Gnuplot command strings that we use. 241 // Gnuplot command strings that we use.
242 static std::string Vgnuplot_command_plot; 242 static std::string Vgnuplot_command_plot;
243 static std::string Vgnuplot_command_replot; 243 static std::string Vgnuplot_command_replot;
244 static std::string Vgnuplot_command_splot; 244 static std::string Vgnuplot_command_splot;