Mercurial > hg > octave-lyh
diff 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 |
line wrap: on
line diff
--- a/scripts/plot/__go_draw_axes__.m +++ b/scripts/plot/__go_draw_axes__.m @@ -92,7 +92,7 @@ fprintf (plot_stream, "set ylabel \"%s\"", undo_string_escapes (t.string)); if (have_newer_gnuplot) - fprintf (" rotate by %f;\n", angle); + fprintf (plot_stream, " rotate by %f;\n", angle); endif fputs (plot_stream, ";\n"); endif