comparison scripts/plot/__go_draw_axes__.m @ 6778:083721ae3dfa

[project @ 2007-07-18 17:03:10 by jwe]
author jwe
date Wed, 18 Jul 2007 17:03:11 +0000
parents 6373d320a957
children c81a0f3f5a82
comparison
equal deleted inserted replaced
6777:4775fc1aa728 6778:083721ae3dfa
53 r = axis_obj.dataaspectratio; 53 r = axis_obj.dataaspectratio;
54 fprintf (plot_stream, "set size ratio %g;\n", -r(2)/r(1)); 54 fprintf (plot_stream, "set size ratio %g;\n", -r(2)/r(1));
55 else 55 else
56 fputs (plot_stream, "set size noratio;\n"); 56 fputs (plot_stream, "set size noratio;\n");
57 endif 57 endif
58
59 fputs (plot_stream, "unset label;\n");
58 60
59 if (! isempty (axis_obj.title)) 61 if (! isempty (axis_obj.title))
60 t = get (axis_obj.title); 62 t = get (axis_obj.title);
61 if (isempty (t.string)) 63 if (isempty (t.string))
62 fputs (plot_stream, "unset title;\n"); 64 fputs (plot_stream, "unset title;\n");