Mercurial > repos > public > sbplib
comparison +anim/setup_time_quantity_plot.m @ 94:a38c243991d0
Removed extra legends() call.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 02 Dec 2015 11:03:08 +0100 |
parents | d0df12c03aac |
children | 2ffa82fb5172 |
comparison
equal
deleted
inserted
replaced
93:5c41941b9e5e | 94:a38c243991d0 |
---|---|
9 for i = 1:length(yfun) | 9 for i = 1:length(yfun) |
10 plot_handles(i) = animatedline(); | 10 plot_handles(i) = animatedline(); |
11 end | 11 end |
12 | 12 |
13 axis_handle = gca; | 13 axis_handle = gca; |
14 legend() | |
15 | |
16 | 14 |
17 function update(t_now,varargin) | 15 function update(t_now,varargin) |
18 if ishandle(axis_handle) | 16 if ishandle(axis_handle) |
19 % t = [t t_now]; | 17 % t = [t t_now]; |
20 for j = 1:length(yfun) | 18 for j = 1:length(yfun) |