bugGNU Octave - Bugs: bug #55633, No minor ticks should be displayed...

 
 

bug #55633: No minor ticks should be displayed if major ticks have been disabled

Submitter:  Rik <rik5>
Submitted:  Sun 03 Feb 2019 04:39:01 AM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Matlab Compatibility
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 03 Feb 2019 04:09:12 PM UTC, comment #2: 

Wow, super fast response.  This works perfectly now.

Rik <rik5>
Group administrator
Sun 03 Feb 2019 03:38:11 PM UTC, comment #1: 

This should also affect the minor grid.

Fixed in this changeset:
http://hg.savannah.gnu.org/hgweb/octave/rev/879f22ca59c8

Marking as ready for test.

Markus Mützel <mmuetzel>
Group administrator
Sun 03 Feb 2019 04:39:01 AM UTC, original submission:  

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', [])



Rik <rik5>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mmuetzel (Posted a comment)
  • -email is unavailable- added by rik5 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-02-03 rik5 StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2019-02-03 mmuetzel StatusConfirmed Ready For Test

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code