octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #29060] plot with background color covers imag


From: David Bateman
Subject: [Octave-bug-tracker] [bug #29060] plot with background color covers image when hold("on") is active
Date: Fri, 16 Apr 2010 15:26:04 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009091010 Iceweasel/3.0.14 (Debian-3.0.14-1)

Update of bug #29060 (project octave):

                  Status:                    None => In Progress            
             Assigned to:                    None => dbateman               

    _______________________________________________________

Follow-up Comment #1:

The attached patch partially addresses this issue. We need to make the
default axis color "none" for it to completely work, though I'm not sure that
is the right thing to do... I pushed this to savannah, so at least you can do
something like

clf; hold off; imagesc(1./hilb(4)); hold on; plot(1:10);
set(gca(),'color','none');hold off

to get the behavior you want.

D.



(file #20238)
    _______________________________________________________

Additional Item Attachment:

File name: patch                          Size:3 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29060>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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