diff scripts/plot/daspect.m @ 11205:abee8cc4820f

daspect.m: Fix demo using both daspect and pbaspect.
author Ben Abbott <bpabbott@mac.com>
date Mon, 08 Nov 2010 16:59:25 +0800
parents 2e32236eaa90
children ffbcb0edfbda
line wrap: on
line diff
--- a/scripts/plot/daspect.m
+++ b/scripts/plot/daspect.m
@@ -104,7 +104,7 @@
 %! x = 0:0.01:4;
 %! clf
 %! plot (x, cos (x), x, sin (x))
-%! daspect ([1 1 1])
+%! daspect ([1 2 1])
 %! pbaspect ([2 1 1])
 %! title ("2x1 plot box with axis limits [0, 4, -2, 2]")