diff scripts/plot/__go_draw_figure__.m @ 7271:c18512d0ddb6

[project @ 2007-12-10 06:52:51 by jwe]
author jwe
date Mon, 10 Dec 2007 06:52:51 +0000
parents 3fade00a6ac7
children a78c7bccda91
line wrap: on
line diff
--- a/scripts/plot/__go_draw_figure__.m
+++ b/scripts/plot/__go_draw_figure__.m
@@ -45,6 +45,7 @@
 	endfor
 
 	fputs (plot_stream, "\nreset;\n");
+	fputs (plot_stream, "set autoscale fix;\n");
 
 	multiplot_mode = axes_count > 1;