diff -ur octave-3.8.2-orig/scripts/plot/util/private/__go_draw_axes__.m octave-3.8.2-new/scripts/plot/util/private/__go_draw_axes__.m --- octave-3.8.2-orig/scripts/plot/util/private/__go_draw_axes__.m 2014-08-06 12:57:55.000000000 -0500 +++ octave-3.8.2-new/scripts/plot/util/private/__go_draw_axes__.m 2014-11-04 13:27:58.326977810 -0600 @@ -2154,8 +2154,8 @@ fprintf (plot_stream, "set format %s \"%s\";\n", ax, fmt); fprintf (plot_stream, "set %stics %s %s %s %s (", ax, tickdir, ticklength, axispos, mirror); - fprintf (plot_stream, " %.15g,", tics(1:end-1)); - fprintf (plot_stream, " %.15g) %s;\n", tics(end), fontspec); + fprintf (plot_stream, " %.9g,", tics(1:end-1)); + fprintf (plot_stream, " %.9g) %s;\n", tics(end), fontspec); endif if (strcmpi (labelmode, "manual")) if (ischar (labels))