diff +anim/setup_time_quantity_plot.m @ 797:5cf9fdf4c98f feature/poroelastic

Merge with feature/grids and bugfix bcSetup
author Martin Almquist <malmquist@stanford.edu>
date Thu, 26 Jul 2018 10:53:05 -0700
parents 2ffa82fb5172
children
line wrap: on
line diff
--- a/+anim/setup_time_quantity_plot.m	Wed Jul 25 18:53:07 2018 -0700
+++ b/+anim/setup_time_quantity_plot.m	Thu Jul 26 10:53:05 2018 -0700
@@ -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));