#4462: contour_plot defaults changed to fill, affects implicit_plot
------------------------+---------------------------------------------------
Reporter: john_perry | Owner: was
Type: defect | Status: new
Priority: minor | Milestone:
Component: graphics | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by john_perry):
The fix is easy: change line 2926 of site-packages/sage/plot/plot.py,
which currently reads
{{{
@options(contours=(0,0))
}}}
to
{{{
@options(contours=(0,0),fill=False)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4462#comment:1>
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
-~----------~----~----~----~------~----~------~--~---