changeset 8762:2476ce55d4b5

typo in gnuplot_drawnow.m
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 16 Feb 2009 15:50:44 +0100
parents 1db8033efa17
children 5ce12bca4c51
files scripts/plot/gnuplot_drawnow.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/gnuplot_drawnow.m	Mon Feb 16 15:12:00 2009 +0100
+++ b/scripts/plot/gnuplot_drawnow.m	Mon Feb 16 15:50:44 2009 +0100
@@ -395,7 +395,7 @@
     if (strcmpi (get (h, "papertype"), "<custom>"))
       ## If the type is custom but the size is a standard, then set the
       ## standard type.
-      papersize = get (h "papersize");
+      papersize = get (h, "papersize");
       papersize = papersize * t.(paperunits);
       n = find (all ((ones ([size(papersizes, 1), 1])
 		      * round (1000*papersize) - papersizes) == 0, 2));