comparison scripts/image/image.m @ 18662:1fc22871bd8b

image.m: Set axes layer to "top" for compatability with Matlab. image.m: Set axes layer to "top" for compatability with Matlab.
author Rik <rik@octave.org>
date Fri, 18 Apr 2014 19:26:22 -0700
parents 3283ce934648
children 44f0d1a53ead
comparison
equal deleted inserted replaced
18660:cce0a63afb3c 18662:1fc22871bd8b
196 endif 196 endif
197 endif 197 endif
198 198
199 endif # ! isempty (img) 199 endif # ! isempty (img)
200 200
201 set (hax, "view", [0, 90], "ydir", "reverse", "layer", "bottom"); 201 set (hax, "view", [0, 90], "ydir", "reverse", "layer", "top");
202 202
203 endif # do_new 203 endif # do_new
204 204
205 endfunction 205 endfunction
206 206