#5567: [with patch, needs review] bug in region_plot
----------------------+-----------------------------------------------------
Reporter: whuss | Owner: whuss
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.1
Component: graphics | Keywords:
----------------------+-----------------------------------------------------
{{{
Hello, this command produces one half of a cirle, not 1/4 as excepted.
I think that this is a bug in sage 3.4
Robert
region_plot([y>0,x>0,x^2+y^2<3], (-3, 3),
(-3,3),plot_points=100,incol='gray').show(aspect_ratio=1)
}}}
The attached patch fixes this.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5567>
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
-~----------~----~----~----~------~----~------~--~---