changeset 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 d2f3a904ac6b
children 83d268af65cb
files scripts/ChangeLog scripts/plot/daspect.m
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Mon Nov 08 07:33:10 2010 +0100
+++ b/scripts/ChangeLog	Mon Nov 08 16:59:25 2010 +0800
@@ -1,3 +1,7 @@
+2010-11-08  Ben Abbott <bpabbott@mac.com>
+
+	* plot/daspect.m: Fix demo using both daspect and pbaspect.
+
 2010-11-08  David Bateman  <dbateman@free.fr>
 
 	* plot/__go_draw_axes__.m: Remove foreground color earlier.
--- a/scripts/plot/daspect.m	Mon Nov 08 07:33:10 2010 +0100
+++ b/scripts/plot/daspect.m	Mon Nov 08 16:59:25 2010 +0800
@@ -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]")