comparison scripts/image/image.m @ 10433:2c01d24459fb

Detabify scripts in 'scripts/image/'
author Soren Hauberg <hauberg@gmail.com>
date Mon, 22 Mar 2010 12:36:30 -0700
parents 9f25290a35e8
children f0dc41c824ce
comparison
equal deleted inserted replaced
10432:10207338603a 10433:2c01d24459fb
114 ylim = [y(1)-0.5, y(end)+0.5]; 114 ylim = [y(1)-0.5, y(end)+0.5];
115 115
116 ca = gca (); 116 ca = gca ();
117 117
118 tmp = __go_image__ (ca, "cdata", img, "xdata", xdata, "ydata", ydata, 118 tmp = __go_image__ (ca, "cdata", img, "xdata", xdata, "ydata", ydata,
119 "cdatamapping", "direct", varargin {:}); 119 "cdatamapping", "direct", varargin {:});
120 120
121 ## FIXME -- how can we do this and also get the {x,y}limmode 121 ## FIXME -- how can we do this and also get the {x,y}limmode
122 ## properties to remain "auto"? I suppose this adjustment should 122 ## properties to remain "auto"? I suppose this adjustment should
123 ## happen automatically in axes::update_axis_limits instead of 123 ## happen automatically in axes::update_axis_limits instead of
124 ## explicitly setting the values here. But then what information is 124 ## explicitly setting the values here. But then what information is