>
> This works:
> sage: var('x,y')
> sage: region_plot([y>0,x>0,x^2+y^2<3], (x, -3, 3), (y, -3,3))
>
> But if one leaves out the variables, one gets an half circle:
> sage: region_plot([y>0,x>0,x^2+y^2<3], (-3, 3), (-3,3))
>
> I've written a patch which fixes 
> this:http://trac.sagemath.org/sage_trac/ticket/5567
>
> cheers,
> Wilfried
>

Many thanks, this explains the problem.
Thanks.
Robert.


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to