> === removing the free variables (eg `plot(x*y, (0,2), (0,2))`) will > detect them automatically
This is ambiguous: `plot(x*y,(-1,1),(0,2))` which range is x and which y? Rather than guess, if the length-2 tuples are not the same I think an error should be raised. -- You received this message because you are subscribed to the Google Groups "sympy" 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/sympy?hl=en.
