bugGNU Octave - Bugs: bug #35575, TickDir not set correctly for 3D...

 
 

bug #35575: TickDir not set correctly for 3D plots

Submitter:  Rik <rik5>
Submitted:  Mon 20 Feb 2012 11:51:08 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 23 Feb 2012 08:25:57 PM UTC, comment #3: 

I fixed things in this changeset (http://hg.savannah.gnu.org/hgweb/octave/rev/e41e538e9d03).  Now TickDir works and works correctly on both FLTK and gnuplot.

Rik <rik5>
Group administrator
Thu 23 Feb 2012 06:45:14 AM UTC, comment #2: 

Ticklength is now controllable which is great.  This is a slightly different problem and it is still there.  FLTK is drawing the graph correctly; it is only the property "TickDir" which is not being correctly updated to "out".

Rik <rik5>
Group administrator
Thu 23 Feb 2012 01:47:28 AM UTC, comment #1: 

RIk,

I just pushed a changeset to fix the ticklenth/tickdir.

I did a quick check. Looks to be working for FLTK.

Can you confirm?

Ben Abbott <bpabbott>
Group Member
Mon 20 Feb 2012 11:51:08 PM UTC, original submission:  

The default is for 2D plots to have ticks on the inside of the axis with TickDir set to 'in'.  The default for 3D plots is the opposite and should have TickDir set to 'out'.

With gnuplot, the TickDir for 3D plots is not set correctly to 'out'.

Example:


close all
graphics_toolkit gnuplot
demo ("surf", 1)
get (gca, "TickDir")
  ans = in


With FLTK, the ticks are drawn correctly pointing outwards but the TickDir property is still incorrect.


close all
graphics_toolkit fltk
demo ("surf", 1)
get (gca, "TickDir")
  ans = in



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 bpabbott (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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-02-23 rik5 StatusConfirmed Fixed
        Open/ClosedOpen Closed
    2012-02-23 rik5 StatusReady For Test Confirmed
    2012-02-23 bpabbott StatusNone Ready For Test

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code