changeset 19001:391e080ae810

__go_draw_axes__.m: Fix regression using legend with log axes introduced in f84361735a40. * __go_draw_axes__.m: Use line continuation when creating fontspacespec so that wrapping line to < 80 characters doesn't produce a 2 row matrix.
author Rik <rik@octave.org>
date Sun, 10 Aug 2014 08:18:18 -0700
parents 1ad621d894ba
children d00f6b09258f
files scripts/plot/util/private/__go_draw_axes__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/private/__go_draw_axes__.m	Fri Aug 08 16:40:54 2014 +0100
+++ b/scripts/plot/util/private/__go_draw_axes__.m	Sun Aug 10 08:18:18 2014 -0700
@@ -1590,7 +1590,7 @@
     endswitch
     if (__gnuplot_has_feature__ ("key_has_font_properties"))
       [fontname, fontsize] = get_fontname_and_size (hlgnd);
-      fontspacespec = [ create_spacingspec(fontname, fontsize, gnuplot_term),
+      fontspacespec = [ create_spacingspec(fontname, fontsize, gnuplot_term),...
                         create_fontspec(fontname, fontsize, gnuplot_term) ];
     else
       fontspacespec = "";