Dear sage-devel

I tried to use plot_region as follows
plot_region(-1<x<1,-2<y<x^2, .....)

This fails, since we have

sage: eq = -1<x<1; eq
-1<x

I would be better to get
sage: eq = -1<x<1; eq
[-1<x ,x<1]

How can I achhieve this in Sage? I looked to preparse function and to
sage/symbolic/expression.pyx and these files seem to be irrelevant.

Is there any idea or hint?

Many thanks

Robert

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

Reply via email to