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

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

[Octave-bug-tracker] [bug #46073] Tick marks and grid lines visible on a


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #46073] Tick marks and grid lines visible on axes outline
Date: Tue, 29 Sep 2015 07:45:30 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0

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

                 Summary: Tick marks and grid lines visible on axes outline
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: mar. 29 sept. 2015 07:45:28 GMT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Tick marks and outer grid lines are currently drawn above the axes outline.
See e.g.:


clf
axes ("xcolor", "r", "ticklength", [.1 .1], "linewidth", 4, "ygrid", "on",
"xgrid", "on")
box off


I'd be in favor of either drawing them before the axes outline (so that they
are hidden below) or not drawing outer ones(those at the limits) at all. The
latter solution is probably the best (no potential visual artifact due to
anti-aliasing in printout), but it has to take into account the presence of
the outline: in the above example we would like a tick mark at x=1 but not at
x=0 (same for the vertical grid line)
Any opinion? 




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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