#4529: Implement plots with logarithmic scale
-------------------------------+--------------------------------------------
    Reporter:  ronanpaixao     |         Owner:  ronanpaixao
        Type:  enhancement     |        Status:  new        
    Priority:  major           |     Milestone:  sage-4.7.2 
   Component:  graphics        |    Resolution:             
    Keywords:  plot log scale  |   Work_issues:             
    Upstream:  N/A             |      Reviewer:             
      Author:                  |        Merged:             
Dependencies:                  |  
-------------------------------+--------------------------------------------

Comment(by jason):

 Here are some comments about an API.  How about adding a show keyword that
 specifies the scale of the axes.

 `scale='log'` -- a string specifies the scale of the vertical axis

 `scale=('log','linear')` -- a tuple or list of two strings specifies
 scales for both axes

 We'd probably like some way to pass in arguments to the scale, since
 different scales have different options.  This looks ugly: `scale=(
 ('log', {'base': 2}), 'linear')`

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4529#comment:7>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to