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: Michael D. Godfrey
Subject: Re: figure background color when printing
Date: Sat, 24 Apr 2010 14:22:09 -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 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

>>
==============================
Michael




reply via email to

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