octave-maintainers
[Top][All Lists]
Advanced

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

Re: figure background color when printing


From: David Bateman
Subject: Re: figure background color when printing
Date: Sun, 25 Apr 2010 00:32:26 +0200
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706)

Michael D. Godfrey wrote:
On 4/24/10 12:23 PM, David Bateman wrote:
close all
reset(0)
plot(1:10)
drawnow()
get(gca(), 'color')
close all
imagesc(hilb(4))
drawnow()
get(gca(),'color')
On matlab R2009B:
>>
>> close all
>>reset(0)
>>plot(1:10)
>>drawnow()
>>get(gca(), 'color')

ans =

none

>>close all
>>imagesc(hilb(4))
>>drawnow()
>>get(gca(),'color')

ans =

none
That's what I thought would make the most sense.. Ok, I'll push a changeset making the default axes color "none"

D.



reply via email to

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