changeset 6766:6373d320a957

[project @ 2007-06-28 15:40:21 by jwe]
author jwe
date Thu, 28 Jun 2007 15:40:21 +0000
parents e6b528a3a2a9
children a6c8000f113e
files scripts/plot/__go_draw_axes__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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