bugGNU Octave - Bugs: bug #38139, semilogy minor ticks disappear...

 
 

bug #38139: semilogy minor ticks disappear with labels (gnuplot)

Submitter:  None
Submitted:  Tue 22 Jan 2013 03:59:05 AM UTC
   
 
Category:  Plotting with gnuplot Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
Status:  Fixed Assigned to:  None
Originator Name:  forkandwait Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.6.3
Operating System:  * Any Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Sat 14 Jun 2014 05:35:20 AM UTC, comment #8: 

This was re-fixed on the stable branch in this changeset (http://hg.savannah.gnu.org/hgweb/octave/rev/9c2ff2361864).  Closing report.

Rik <rik5>
Group administrator
Sat 01 Mar 2014 03:32:55 PM UTC, comment #7: 

This bug was fixed, but the change was undone to fix bug #40256.  It looks like something better needs to be done so that both this bug and #40256 remain fixed at the same time.  I'm re-opening both bug reports and cross-referencing them.

Rik <rik5>
Group administrator
Sat 01 Mar 2014 12:51:23 PM UTC, comment #6: 

a related bug report is http://savannah.gnu.org/bugs/?33869

Fabio <efferre79>
Sat 01 Mar 2014 12:49:16 PM UTC, comment #5: 

The problem is not fixed when using gnuplot graphics backend. Verified with octave-3.8.1-rc4

Fabio <efferre79>
Sat 26 Jan 2013 03:03:01 AM UTC, comment #4: 

After looking more closely ... the correct changesets for this bug is below.

http://hg.savannah.gnu.org/hgweb/octave/rev/81db2aca1a84


Ben Abbott <bpabbott>
Group Member
Fri 25 Jan 2013 02:54:50 PM UTC, comment #3: 

Usually I would bugfix only serious errors on stable, i.e., where Octave gets incorrect mathematical results or segfaults.  This is a minor display issue (pun intended).  I looked at the changeset that fixes the issue though and it is very small indeed and unlikely to cause a problem so if you would like to go ahead and graft it on to stable that would be fine with me.

Rik <rik5>
Group administrator
Fri 25 Jan 2013 02:40:13 AM UTC, comment #2: 

Rik, Should the fix to default be grafted to stable?

https://savannah.gnu.org/bugs/index.php?33869


Ben Abbott <bpabbott>
Group Member
Tue 22 Jan 2013 09:55:03 PM UTC, comment #1: 

Happily this has already been fixed, but on the development branch.  You can get the fix either by building from Mercurial sources or waiting for the next major release of Octave.  The impending minor release on the stable branch (3.6.4) does not include this fix.  It needs to be the development code.

Rik <rik5>
Group administrator
Tue 22 Jan 2013 03:59:05 AM UTC, original submission:  

When I set custom yticklabel on a semilogy plot, the plot loses the minor ticks, even though it says they are still on.  See below.

I am using gnuplot, but FLTK seems to work.


semilogy(1:1000, rand(1000,1)*1000, 'o')
## look at the graph and see the minor ticks
set(gca, 'yticklabel', {'a', 'b', 'c', 'd', 'e'})
## now look at the graph and see no minor ticks
get(gca, 'yminortick')


Compiled via ports, if that matters

Anonymous

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by efferre79 (Posted a comment)
  • -email is unavailable- added by bpabbott (Posted a comment)
  • -email is unavailable- added by rik5 (Posted a comment)
  •  

    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 10 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-06-14 rik5 StatusConfirmed Fixed
        Open/ClosedOpen Closed
    2014-03-01 rik5 Item GroupNone Regression
        StatusFixed Confirmed
        Open/ClosedClosed Open
    2014-03-01 rik5 Dependencies- Depends on bugs #40256
    2013-01-25 bpabbott CategoryNone Plotting with gnuplot
        Operating SystemBSD Any
    2013-01-22 rik5 StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code