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

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

[Octave-bug-tracker] [bug #51211] Frame persists for overlayed axes


From: ederag
Subject: [Octave-bug-tracker] [bug #51211] Frame persists for overlayed axes
Date: Fri, 9 Jun 2017 11:08:09 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

URL:
  <http://savannah.gnu.org/bugs/?51211>

                 Summary: Frame persists for overlayed axes
                 Project: GNU Octave
            Submitted by: ederag
            Submitted on: Fri 09 Jun 2017 03:08:07 PM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

A second set of axes can not be made completely invisible.


graphics_toolkit("gnuplot")
close

# main axes
h_ax_main = axes;

# overlay
h = axes;
set(h, "position",  [0.3 0.3 0.3 0.3])
set(h, "visible", "off")


The ticks disappear, but a rectangular frame is still visible.

tested with dev [cs 23546:06805aabbdd1] and 4.2.0
gnuplot-5.0.5 and gnuplot-5.0.6


drawnow ("png", "debug.png", "debug.gp")
shows no suspicious "set border".
So this is not bug #44871.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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