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

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

[Octave-bug-tracker] [bug #46367] spurious tick labels with "YTickLabel"


From: ederag
Subject: [Octave-bug-tracker] [bug #46367] spurious tick labels with "YTickLabel", []
Date: Mon, 02 Nov 2015 20:02:36 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0

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

                 Summary: spurious tick labels with "YTickLabel", []
                 Project: GNU Octave
            Submitted by: ederag
            Submitted on: Mon 02 Nov 2015 08:02:35 PM GMT
                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:

When setting ticks and removing tick labels, sometimes there are spurious tick
labels left, for instance:


graphics_toolkit("gnuplot")
h = axes;
yticks = 0:0.05:10;
set(h, "ytick", yticks)
set(h, "YTickLabel", []);


This has been tested with octave dev, changeset 20679:7ae6bbf0a567
To be precise, my patches given in
https://savannah.gnu.org/bugs/?46292#comment10
have been applied, but they should not interfere with this one.

The patch is following, as soon as I have the bug number.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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