#4529: Implement plots with logarithmic scale
-----------------------------------------+----------------------------------
       Reporter:  ronanpaixao            |         Owner:  ronanpaixao      
           Type:  enhancement            |        Status:  needs_work       
       Priority:  major                  |     Milestone:  sage-5.1         
      Component:  graphics               |    Resolution:                   
       Keywords:  plot log scale         |   Work issues:  doctests, strings
Report Upstream:  N/A                    |     Reviewers:                   
        Authors:  Punarbasu Purkayastha  |     Merged in:                   
   Dependencies:  #12974                 |      Stopgaps:                   
-----------------------------------------+----------------------------------

Comment (by ppurka):

 Thanks kcrisman. That poll is comprehensive enough.

 Updated the [attachment:trac_4529-add_logscale_to_Graphics.2.patch
 Graphics patch]. This now has modifications only to matplotlib and sister
 functions, and leaves the `Graphics` class's attributes alone.

 There was a problem with the ticker in that the labels were in scientific
 notation (ex. `1e10`) and not in the `base^exponent` form (ex. `10^10`).
 This is now fixed, except for the case when the user enters a custom tick
 formatter. This last case is up to the user to handle.

 The interface to `plot` and `list_plot` remains unchanged. However, I will
 wait for the poll in sage-devel before deciding what extra plot commands
 to introduce.

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