#5706: [with patch; needs review] implicit_plot totally sucks when input an
equation
----------------------+-----------------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.1
Component: graphics | Keywords:
----------------------+-----------------------------------------------------
Comment(by mabshoff):
There is one doctest failure in here:
{{{
sage -t -long "devel/sage/sage/plot/contour_plot.py"
**********************************************************************
File
"/scratch/mabshoff/sage-3.4.1.rc2/devel/sage/sage/plot/contour_plot.py",
line 195:
sage: implicit_plot(x^2+y^2 == 2, (-3,3), (-3,3)).show(aspect_ratio=1)
Expected nothing
Got:
doctest:2846: DeprecationWarning: Substitution using function-call
syntax and
unnamed arguments is deprecated and will be removed from a future release
of Sage; you
can use named arguments instead, like EXPR(x=..., y=...)
**********************************************************************
1 items had failures:
}}}
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5706#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
-~----------~----~----~----~------~----~------~--~---