changeset 74:d0df12c03aac

Added missing axis_handle reference.
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 23 Nov 2015 15:56:41 +0100
parents a5fa3c2d0aa3
children ef5c9870f386
files +anim/setup_time_quantity_plot.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
diff -r a5fa3c2d0aa3 -r d0df12c03aac +anim/setup_time_quantity_plot.m
--- a/+anim/setup_time_quantity_plot.m	Mon Nov 23 15:48:58 2015 +0100
+++ b/+anim/setup_time_quantity_plot.m	Mon Nov 23 15:56:41 2015 +0100
@@ -23,7 +23,7 @@
 
             [t,~] = getpoints(plot_handles(1));
             if t(1) < t(end)
-                xlim([t(1) t(end)]);
+                xlim(axis_handle, [t(1) t(end)]);
             end
         end
     end