diff +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
line wrap: on
line diff
--- 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)