#14112: Allow to turn off axes selectively in plot
-----------------------------------------+----------------------------------
       Reporter:  ppurka                 |         Owner:  jason, was         
           Type:  enhancement            |        Status:  needs_work         
       Priority:  major                  |     Milestone:  sage-5.11          
      Component:  graphics               |    Resolution:                     
       Keywords:                         |   Work issues:                     
Report Upstream:  N/A                    |     Reviewers:  Karl-Dieter Crisman
        Authors:  Punarbasu Purkayastha  |     Merged in:                     
   Dependencies:                         |      Stopgaps:                     
-----------------------------------------+----------------------------------

Comment (by ppurka):

 Replying to [comment:3 kcrisman]:
 > {{{
 > sage: plot(x,(x,-10,-8),axes=[False,True],axes_labels=['x','y'])
 > sage: plot(x,(x,8,10),axes=[False,True],axes_labels=['x','y'])
 > }}}
 > Should this be valid?  And currently the `x`-axis in the first one shows
 up at the bottom, which is wrong (in some sense).  Probably it should just
 be turned off.  Putting needs work, but maybe it's closer to needs info.
 Otherwise I like this.

 I get the x-axis turned off in both the plots. Is that not what you are
 getting? The x label is still there and the labels don't seem centered any
 more.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14112#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to