[sympy] Re: plot of Piecewise function not working

2018-02-22 Thread Leonid Kovalev
The code in the original message works as is in the current development version of SymPy (which can be obtained by cloning from GitHub.) The issue was fixed by https://github.com/sympy/sympy/pull/13826 On Friday, March 17, 2017 at 4:20:07 PM UTC-4, bonc...@udel.edu wrote: > > Plotting a

[sympy] Re: plot of Piecewise function not working

2018-02-22 Thread Jia Guo
plot(f,(x,-1,2),adaptive=False, num_of_points=200) this should work On Friday, March 17, 2017 at 1:20:07 PM UTC-7, bonc...@udel.edu wrote: > > Plotting a Piecewise function fails. I've pasted the markdown from my > ipython notebook: > > ```python > from sympy import * > init_session() > ``` >

[sympy] Re: plot of Piecewise function not working

2017-09-13 Thread Z Cart.
Hello, were you ever able to get this to work? I am having the same problem with plotting a piecewise function! On Friday, March 17, 2017 at 4:20:07 PM UTC-4, bonc...@udel.edu wrote: > > Plotting a Piecewise function fails. I've pasted the markdown from my > ipython notebook: > > ```python >