diff +anim/setup_time_quantity_plot.m @ 832:5573913a0949 feature/burgers1d

Merged with default, and updated +scheme/Burgers1D accordingly
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Tue, 11 Sep 2018 15:58:35 +0200
parents 2ffa82fb5172
children
line wrap: on
line diff
--- a/+anim/setup_time_quantity_plot.m	Tue Sep 11 13:24:08 2018 +0200
+++ b/+anim/setup_time_quantity_plot.m	Tue Sep 11 15:58:35 2018 +0200
@@ -16,7 +16,7 @@
         if ishandle(axis_handle)
             % t = [t t_now];
             for j = 1:length(yfun)
-                addpoints(plot_handles(j),t_now,yfun{j}(varargin{:}));
+                addpoints(plot_handles(j),t_now,full(yfun{j}(varargin{:})));
             end
 
             [t,~] = getpoints(plot_handles(1));