Re: [sympy] Basic plotting problem

2021-08-07 Thread David Bailey
On 07/08/2021 11:44, Davide Sandona' wrote: Hello Davide, In order to use Qt5 you need to install the following dependency: pip install PyQt5 After that it should work fine! Davide. Thank you so much for that! I had installed that originally, but then I moved computers... It would be so

Re: [sympy] Basic plotting problem

2021-08-07 Thread Oscar Benjamin
Maybe that error message could be improved... On Sat, 7 Aug 2021 at 11:44, Davide Sandona' wrote: > > Hello Davide, > > In order to use Qt5 you need to install the following dependency: > > pip install PyQt5 > > After that it should work fine! > > Davide. > > > Il giorno sab 7 ago 2021 alle ore

Re: [sympy] Basic plotting problem

2021-08-07 Thread Davide Sandona'
Hello Davide, In order to use Qt5 you need to install the following dependency: pip install PyQt5 After that it should work fine! Davide. Il giorno sab 7 ago 2021 alle ore 12:40 David Bailey ha scritto: > Dear All, > > Has anyone else encountered this problem - which seemed to start after

[sympy] Basic plotting problem

2021-08-07 Thread David Bailey
Dear All, Has anyone else encountered this problem - which seemed to start after I moved to SymPy 1.8? Of course, it might have resulted from an 'upgrade' of Windows itself. import sympy from sympy import symbols import matplotlib matplotlib.use("Qt5Agg") from sympy.plotting import plot