comparison src/pt-plot.cc @ 5027:da607e9daf12

[project @ 2004-09-23 01:37:57 by jwe]
author jwe
date Thu, 23 Sep 2004 01:37:58 +0000
parents 06f7ff1aee5a
children ea74d76ff607
comparison
equal deleted inserted replaced
5026:06f7ff1aee5a 5027:da607e9daf12
215 error ("replot: no previous plot"); 215 error ("replot: no previous plot");
216 else 216 else
217 { 217 {
218 *plot_stream << cmd; 218 *plot_stream << cmd;
219 219
220 octave_value mm = get_global_value ("__multiplot_mode__"); 220 octave_value mm = get_global_value ("__multiplot_mode__", true);
221 221
222 bool is_multiplot_mode = mm.is_true (); 222 bool is_multiplot_mode = mm.is_true ();
223 223
224 if (! (is_replot || is_splot || is_plot || is_multiplot_mode) 224 if (! (is_replot || is_splot || is_plot || is_multiplot_mode)
225 && plot_line_count > 0 225 && plot_line_count > 0