octave-maintainers
[Top][All Lists]
Advanced

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

Re: color "none" for figures


From: David Bateman
Subject: Re: color "none" for figures
Date: Sun, 07 Feb 2010 10:06:04 +0100
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706)

Thorsten Meyer wrote:
Hi,

attached is a little patch, which allows a value of "none" for the "color"
property of a figure.
Example:
plot(1,1)
set(gcf, "color", [1 0 0]); # yellow background
set(gcf, "color", "none");  # transparent background
This should also be done for the axes as the axes and figures are treated separately. Shouldn't "none" be the default color for the figure and axes?

D.


reply via email to

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