diff +anim/setup_time_quantity_plot.m @ 886:8894e9c49e40 feature/timesteppers

Merge with default for latest changes
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Thu, 15 Nov 2018 16:36:21 -0800
parents 2ffa82fb5172
children
line wrap: on
line diff
--- a/+anim/setup_time_quantity_plot.m	Mon Sep 10 16:19:16 2018 +0200
+++ b/+anim/setup_time_quantity_plot.m	Thu Nov 15 16:36:21 2018 -0800
@@ -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));