#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:                     
-----------------------------------------+----------------------------------
Changes (by kcrisman):

  * status:  needs_review => needs_work
  * reviewer:  => Karl-Dieter Crisman


Comment:

 What do you think that extra
 {{{
 if axes is None
 }}}
 was there for?  It seems okay to remove it.

 What do you think would happen with
 {{{
 yaxis='right'
 }}}
 instead of `'left'` at the end?  I'm just curious if it would make a
 difference.  I suppose I could try it out... it doesn't ''seem'' to make a
 difference.  Does it need to be set at all?  Answering my own question...
 hmm, I think we need to decide what to do here.
 {{{
 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.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14112#comment:3>
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