#10945: Fix lots of minor docs and redundancy for riemann.pyx
------------------------+---------------------------------------------------
   Reporter:  kcrisman  |       Owner:  burcin                  
       Type:  defect    |      Status:  new                     
   Priority:  minor     |   Milestone:                          
  Component:  calculus  |    Keywords:  riemann map complex plot
     Author:            |    Upstream:  N/A                     
   Reviewer:            |      Merged:                          
Work_issues:            |  
------------------------+---------------------------------------------------
 The Riemann mapping stuff is a great addition - excellent work!

 But there are lots of minor problems that should be fixed.

  * Awkward phrasing:
 {{{
     Note that all the methods are numeric rather than analytic, for
 unusual
     regions or insufficient collocation points may give very inaccurate
     results.
 }}}
    This is hard to follow, though I see what it says.
  * There is also a 'reimann' several times, and a 'correspondance'.
  * A lot of the code is redundant with `plot/complex_plot.pyx`.   This
 should be factored out somehow, or imported, or whatever, unless it would
 lead to gross slowdowns.
     * Is there anything different about `complex_to_rgb` except that it's
 cdef'd (and the changes needed for that, including some efficiencies like
 the phase command)?
     * Similarly, the `ColorPlot` class is apparently identical to the
 `ComplexPlot` class, except that it's better documented, uses only the
 default interpolation, and won't take options.
     * Note that the documentation for `ColorPlot` only uses
 `complex_plot`!!!   I view this as an error by mvngu and wdj in reviewing
 #6648, though that was a long review process so it's easy to see how it
 slipped through.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10945>
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