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

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

[Octave-bug-tracker] [bug #55633] No minor ticks should be displayed if


From: Rik
Subject: [Octave-bug-tracker] [bug #55633] No minor ticks should be displayed if major ticks have been disabled
Date: Sat, 2 Feb 2019 23:39:03 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

URL:
  <https://savannah.gnu.org/bugs/?55633>

                 Summary: No minor ticks should be displayed if major ticks
have been disabled
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Sat 02 Feb 2019 08:39:01 PM PST
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

This is an incompatibility with Matlab.  When major ticks are disabled, by
setting the axes property to the empty matrix [], no minor ticks should be
displayed. 

clf;
hax = gca;
set (gca, 'yscale', 'log', 'yminortick', 'on')
set (gca, 'ytick', [])







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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