changeset 94:a38c243991d0

Removed extra legends() call.
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 02 Dec 2015 11:03:08 +0100
parents 5c41941b9e5e
children 480ef676742f
files +anim/setup_time_quantity_plot.m
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
diff -r 5c41941b9e5e -r a38c243991d0 +anim/setup_time_quantity_plot.m
--- a/+anim/setup_time_quantity_plot.m	Tue Dec 01 16:21:19 2015 +0100
+++ b/+anim/setup_time_quantity_plot.m	Wed Dec 02 11:03:08 2015 +0100
@@ -11,8 +11,6 @@
     end
 
     axis_handle = gca;
-    legend()
-
 
     function update(t_now,varargin)
         if ishandle(axis_handle)