comparison scripts/plot/__go_draw_axes__.m @ 7060:033918b854a7

[project @ 2007-10-24 17:51:05 by jwe]
author jwe
date Wed, 24 Oct 2007 17:51:05 +0000
parents e31f12bb9194
children 405cf85b435c
comparison
equal deleted inserted replaced
7059:8d57f66e35b8 7060:033918b854a7
786 fputs (plot_stream, "set border 3;\n"); 786 fputs (plot_stream, "set border 3;\n");
787 fputs (plot_stream, "set xtics nomirror; set ytics nomirror;\n"); 787 fputs (plot_stream, "set xtics nomirror; set ytics nomirror;\n");
788 endif 788 endif
789 endif 789 endif
790 790
791 if (strcmpi (axis_obj.visible, "off"))
792 fputs (plot_stream, "unset border; unset tics\n");
793 endif
794
791 if (strcmpi (axis_obj.key, "on")) 795 if (strcmpi (axis_obj.key, "on"))
792 if (strcmpi (axis_obj.keybox, "on")) 796 if (strcmpi (axis_obj.keybox, "on"))
793 box = "box"; 797 box = "box";
794 else 798 else
795 box = "nobox"; 799 box = "nobox";