octave-maintainers
[Top][All Lists]
Advanced

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

Re: Axes visibility with imshow


From: David Bateman
Subject: Re: Axes visibility with imshow
Date: Sun, 25 Apr 2010 11:55:44 +0200
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706)

Michael D. Godfrey wrote:
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




I just noticed that Ben included a test for the visibility of the axes when setting the foreground colour.. So it seems that your test shows that Ben's patch is correct.. Can you push it Ben and close #29060?

Cheers
D.


--
David Bateman                                address@hidden
35 rue Gambetta                              +33 1 46 04 02 18 (Home)
92100 Boulogne-Billancourt FRANCE            +33 6 72 01 06 33 (Mob)



reply via email to

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