diff +anim/setup_time_quantity_plot.m @ 781:69ab0e69f972 feature/interpolation

Merge with feature/grids
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 24 Jul 2018 20:14:29 -0700
parents 2ffa82fb5172
children
line wrap: on
line diff
--- a/+anim/setup_time_quantity_plot.m	Tue May 22 13:29:47 2018 -0700
+++ b/+anim/setup_time_quantity_plot.m	Tue Jul 24 20:14:29 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));