octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Axes visibility with imshow


From: Michael D. Godfrey
Subject: Re: Axes visibility with imshow
Date: Sat, 24 Apr 2010 23:22:18 -0700
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4

On 4/24/10 10:49 PM, David Bateman wrote:
axes()
set(gca(),'visible','off','color',[1,0,0])

Is a red square visible in the figure or not?
No red square.
and what about

close all
plot(1:10)
set(gca(),'visible','off','color',[1,0,0])
Blue diagonal line and light background (as used to  surround plot), but now
covers whole area.  No axes and No red square.

matlab version is R2009B

Michael





reply via email to

[Prev in Thread] Current Thread [Next in Thread]