comparison scripts/plot/__go_draw_axes__.m @ 6766:6373d320a957

[project @ 2007-06-28 15:40:21 by jwe]
author jwe
date Thu, 28 Jun 2007 15:40:21 +0000
parents 1894012e6b84
children 083721ae3dfa
comparison
equal deleted inserted replaced
6765:e6b528a3a2a9 6766:6373d320a957
90 fputs (plot_stream, "unset ylabel;\n"); 90 fputs (plot_stream, "unset ylabel;\n");
91 else 91 else
92 fprintf (plot_stream, "set ylabel \"%s\"", 92 fprintf (plot_stream, "set ylabel \"%s\"",
93 undo_string_escapes (t.string)); 93 undo_string_escapes (t.string));
94 if (have_newer_gnuplot) 94 if (have_newer_gnuplot)
95 fprintf (" rotate by %f;\n", angle); 95 fprintf (plot_stream, " rotate by %f;\n", angle);
96 endif 96 endif
97 fputs (plot_stream, ";\n"); 97 fputs (plot_stream, ";\n");
98 endif 98 endif
99 endif 99 endif
100 100