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

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

[Octave-bug-tracker] [bug #35575] TickDir not set correctly for 3D plots


From: Rik
Subject: [Octave-bug-tracker] [bug #35575] TickDir not set correctly for 3D plots
Date: Mon, 20 Feb 2012 23:51:09 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2

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

                 Summary: TickDir not set correctly for 3D plots
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Mon 20 Feb 2012 03:51:08 PM PST
                Category: Plotting
                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:

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







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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