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	Thu Mar 06 14:27:39 2008 -0500
+++ b/scripts/plot/__go_draw_axes__.m	Fri Mar 07 06:14:27 2008 -0500
@@ -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"))