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

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

[Octave-bug-tracker] [bug #57610] Advanced legend in subplot makes hold


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #57610] Advanced legend in subplot makes hold not work
Date: Thu, 16 Jan 2020 15:42:24 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0

Update of bug #57610 (project octave):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

This bug has nothing to do with "hold" since the axes is cleared by (the 4th
call to) subplot. 

It works for me to in Octave 6.1. On the other hand, I still can reproduce
another form of the bug using a colorbar rather than a legend:


hf = figure ();
subplot (2,1,1)
plot (1:10)
colorbar
subplot (2,1,1)


I'll check that this is not an already known bug and eventually file a new one
with the above code.

Closing report as fixed.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57610>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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