# HG changeset patch # User jwe # Date 1183045221 0 # Node ID 6373d320a9572ab47c95c67ac3e2f97f3ec3ce5c # Parent e6b528a3a2a93a1db4d2382415c1fab7d3def486 [project @ 2007-06-28 15:40:21 by jwe] diff -r e6b528a3a2a9 -r 6373d320a957 scripts/plot/__go_draw_axes__.m --- a/scripts/plot/__go_draw_axes__.m Thu Jun 28 15:25:44 2007 +0000 +++ b/scripts/plot/__go_draw_axes__.m Thu Jun 28 15:40:21 2007 +0000 @@ -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