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

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

[Octave-bug-tracker] [bug #39697] legend doesn't change position if titl


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #39697] legend doesn't change position if title block grows
Date: Sat, 1 Feb 2020 05:37:38 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0

Follow-up Comment #20, bug #39697 (project octave):

Running the test suite with graphics_toolkit gnuplot, the test marked with
this bug number shows up as a regression.
IIUC, this is probably a "won't fix" for the gnuplot graphics toolkit. Is this
correct?
Should we skip the test if gnuplot is used?

diff -r 367ab44d18c8 scripts/plot/appearance/legend.m
--- a/scripts/plot/appearance/legend.m  Sat Feb 01 10:57:35 2020 +0100
+++ b/scripts/plot/appearance/legend.m  Sat Feb 01 11:35:49 2020 +0100
@@ -1910,7 +1910,7 @@
 %! end_unwind_protect
 
 ## Test bugs in previous implementation
-%!test <*39697>
+%!testif ; ! strcmp (graphics_toolkit (), "gnuplot") <*39697>
 %! hf = figure ("visible", "off");
 %! unwind_protect
 %!   axes ("units", "normalized");


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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