diff +anim/setup_1d_plot.m @ 69:f87003695677

Moved drawno out of plot update functions for huge performance boost.
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 23 Nov 2015 13:54:01 +0100
parents dbc50fa58ca6
children a4e1608ae980
line wrap: on
line diff
--- a/+anim/setup_1d_plot.m	Mon Nov 23 13:51:31 2015 +0100
+++ b/+anim/setup_1d_plot.m	Mon Nov 23 13:54:01 2015 +0100
@@ -35,7 +35,6 @@
                 set(plot_handles(i),'YData',yfun{i}(varargin{:}));
             end
             title(axis_handle,sprintf('T=%.3f',t));
-            drawnow
         end
     end
     update_data = @update;