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

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

[Octave-bug-tracker] [bug #55508] legend placed at incorrect location wi


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #55508] legend placed at incorrect location with subplots
Date: Fri, 18 Jan 2019 11:32:23 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Update of bug #55508 (project octave):

                Category:                Plotting => Plotting with OpenGL   
                  Status:                    None => Duplicate              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Thanks for your report. This is a known issue (see task #14243 and references
therein) so I'll close this report as a duplicate of bug #39697.

The workaround is generally to add legends (and eventually colorbars) only
once all axes have been drawn


figure
hax1 = subplot (2,1,1)
plot (1:10)
title TITLE
hax2 = subplot (2,1,2)
plot (1:10)
title TITLE

legend (hax1, "1st plot")
legend (hax2, "2nd plot")



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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