diff scripts/plot/text.m @ 6419:73fcbac81f33

[project @ 2007-03-20 17:18:24 by jwe]
author jwe
date Tue, 20 Mar 2007 17:18:24 +0000
parents b298a4c12fc3
children 76e3d985ae56
line wrap: on
line diff
--- a/scripts/plot/text.m
+++ b/scripts/plot/text.m
@@ -78,12 +78,14 @@
 				"position", pos(i,:),
 				varargin{:});
 	endfor
+	__request_drawnow__ ();
       elseif (n == nx)
 	for i = 1:nx
 	  tmp(i) = __go_text__ (ca, "string", label{i},
 				"position", pos(i,:),
 				varargin{:});
 	endfor
+	__request_drawnow__ ();
       else
 	error ("text: dimension mismatch for coordinates and label");
       endif