Mercurial > repos > public > sbplib
diff +anim/setup_time_quantity_plot.m @ 943:21394c78c72e feature/utux2D
Merge with default
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Tue, 04 Dec 2018 15:24:36 -0800 |
parents | 2ffa82fb5172 |
children |
line wrap: on
line diff
--- a/+anim/setup_time_quantity_plot.m Tue Dec 04 14:54:28 2018 -0800 +++ b/+anim/setup_time_quantity_plot.m Tue Dec 04 15:24:36 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));