#5606: [with patch, needs work] color complex plotting
----------------------+-----------------------------------------------------
Reporter: robertwb | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.2
Component: graphics | Keywords:
----------------------+-----------------------------------------------------
Comment(by was):
REFEREE REPORT:
* Coverage isn't 100%:
{{{
teragon:sage-3.4 wstein$ sage -coverage
devel/sage/sage/plot/complex_plot.pyx
----------------------------------------------------------------------
devel/sage/sage/plot/complex_plot.pyx
ERROR: Please define a s == loads(dumps(s)) doctest.
SCORE devel/sage/sage/plot/complex_plot.pyx: 85% (6 of 7)
Missing doctests:
* get_minmax_data(self):
Possibly wrong (function name doesn't occur in doctests):
* _render_on_subplot(self, subplot):
}}}
* I was puzzled why I couldn't change the aspect ratio (this is *not* a
general problem with contour plots (say) in Sage):
{{{
time complex_plot(zeta, (-5, 5), (-5, 5)).show(aspect_ratio=4)
}}}
Otherwise the code looks very *very* good.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5606#comment:2>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---