diff scripts/plot/__go_draw_axes__.m @ 7513:05eb3486f650

__stepimp__: don't call subplot for single plot
author John W. Eaton <jwe@octave.org>
date Fri, 22 Feb 2008 04:05:36 -0500
parents f3e6ada67d9e
children 3422f39573b1
line wrap: on
line diff
--- a/scripts/plot/__go_draw_axes__.m
+++ b/scripts/plot/__go_draw_axes__.m
@@ -1273,7 +1273,7 @@
 endfunction
 
 function [style, typ, with] = do_linestyle_command (obj, idx, mono,
-						    plot_stream, errbars)
+						    plot_stream, errbars = "")
 
   persistent have_newer_gnuplot ...
     = compare_versions (__gnuplot_version__ (), "4.0", ">");