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

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

[Octave-bug-tracker] [bug #52141] gnuplot toolkit drops axis lines when


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #52141] gnuplot toolkit drops axis lines when there are no tick marks
Date: Fri, 29 Sep 2017 05:14:09 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

                 Summary: gnuplot toolkit drops axis lines when there are no
tick marks
                 Project: GNU Octave
            Submitted by: sebald
            Submitted on: Fri 29 Sep 2017 09:14:05 AM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

The following should have two visible lines on the screen but comes out as a
blank page:


close
gca
set (gca, "xtick", [])
set (gca, "ytick", [])


Furthermore, the following has tick marks mirrored on the x-axis, which
shouldn't happen:


close
gca
set (gca, "ytick", [])






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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