Mercurial > hg > octave-nkf
diff scripts/plot/__go_draw_axes__.m @ 7569:369b16e7f04b
handle tickdir property
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 07 Mar 2008 06:14:27 -0500 |
parents | 1e6443ff960f |
children | 3ec654f16820 |
line wrap: on
line diff
--- a/scripts/plot/__go_draw_axes__.m +++ b/scripts/plot/__go_draw_axes__.m @@ -1086,6 +1086,7 @@ fputs (plot_stream, "unset border; unset tics\n"); else fprintf (plot_stream, "set border lw %f;\n", axis_obj.linewidth); + fprintf (plot_stream, "set tics %s\n", axis_obj.tickdir); endif if (strcmpi (axis_obj.key, "on"))