Re: Issue 3795 in sympy: math domain error from plot

2013-05-03 Thread sympy
Updates: Status: Fixed Comment #8 on issue 3795 by smi...@gmail.com: math domain error from plot http://code.google.com/p/sympy/issues/detail?id=3795 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue notificatio

Re: Issue 3795 in sympy: math domain error from plot

2013-05-02 Thread sympy
Comment #7 on issue 3795 by catchmrb...@gmail.com: math domain error from plot http://code.google.com/p/sympy/issues/detail?id=3795 The error is not at experimental_lambdify where errors are caught. This error is in textplot. I will fix it. -- You received this message because this projec

Re: Issue 3795 in sympy: math domain error from plot

2013-05-02 Thread sympy
Comment #6 on issue 3795 by smi...@gmail.com: math domain error from plot http://code.google.com/p/sympy/issues/detail?id=3795 @catchmrbharath, can you make that change? -- You received this message because this project is configured to send all issue notifications to this address. You may a

Re: Issue 3795 in sympy: math domain error from plot

2013-05-01 Thread sympy
Comment #5 on issue 3795 by asmeu...@gmail.com: math domain error from plot http://code.google.com/p/sympy/issues/detail?id=3795 Actually, the fix here is easy. Just add ValueError to the list of errors caught at that line. -- You received this message because this project is configured to s

Re: Issue 3795 in sympy: math domain error from plot

2013-05-01 Thread sympy
Comment #4 on issue 3795 by asmeu...@gmail.com: math domain error from plot http://code.google.com/p/sympy/issues/detail?id=3795 Do you have numpy installed? -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your n

Re: Issue 3795 in sympy: math domain error from plot

2013-04-30 Thread sympy
Comment #3 on issue 3795 by catchmrb...@gmail.com: math domain error from plot http://code.google.com/p/sympy/issues/detail?id=3795 Seems to be a problem with textplot. It works fine with the matplotlib backend. -- You received this message because this project is configured to send all

Re: Issue 3795 in sympy: math domain error from plot

2013-04-30 Thread sympy
Comment #2 on issue 3795 by catchmrb...@gmail.com: math domain error from plot http://code.google.com/p/sympy/issues/detail?id=3795 I think there is some problem with the evaluation of sqrt. This must have been introduced while I was fixing the last problem with complex numbers. I will have

Re: Issue 3795 in sympy: math domain error from plot

2013-04-30 Thread sympy
Updates: Labels: Plotting Comment #1 on issue 3795 by asmeu...@gmail.com: math domain error from plot http://code.google.com/p/sympy/issues/detail?id=3795 It works for me, using textplot, though it just shows "nan" on the y-axis. -- You received this message because this project is conf

Issue 3795 in sympy: math domain error from plot

2013-04-30 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium New issue 3795 by smi...@gmail.com: math domain error from plot http://code.google.com/p/sympy/issues/detail?id=3795 plot(sqrt(100 - x**2) + 20 - x, (x, -20, 20)) Traceback (most recent call last): File "", line 1, in File "sym