#2770: [with patch; needs work] plot_region function
-------------------------+--------------------------------------------------
Reporter: jason | Owner: abergeron
Type: enhancement | Status: assigned
Priority: major | Milestone: sage-3.4
Component: graphics | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Changes (by wdj):
* summary: [with patch; needs review] plot_region function => [with
patch; needs work] plot_region function
Comment:
This has some odd behavior which I hope the author could please comment
on:
This looks good:
{{{
sage: P1 = region_plot(cos(x^2+y^2) <= 0, (-3, 3), (-3, 3), incol='green',
bordercol='red')
sage: show(P1)
}}}
This looks very odd (wrong but maybe the algorithm just needs more
points?):
{{{
sage: P2 = region_plot(cos(x^2+y^2) <= 0, (-30, 30), (-30, 30),
incol='green', bordercol='red')
sage: show(P2)
}}}
This looks plain wrong (and I think we have provided enough points:-):
{{{
sage: P3 = region_plot(cos(x^2+y^2) <= 0, (-30, 30), (-30, 30),
incol='green', bordercol='red', plot_points=1000)
sage: show(P3)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2770#comment:5>
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
-~----------~----~----~----~------~----~------~--~---