Re: [sympy] Re Problems with plotting

2019-07-13 Thread Aaron Meurer
I would suggest installing Python via Anaconda. That will include matplotlib as well as many other tools that are useful when working with SymPy, such as jupyter. Aaron Meurer On Fri, Jul 12, 2019 at 8:41 AM David Bailey wrote: > > (I forgot to send this reply to the group) > On 12/07/2019

[sympy] Re Problems with plotting

2019-07-12 Thread David Bailey
(I forgot to send this reply to the group) On 12/07/2019 13:41, Jean ABOU SAMRA wrote: > Hi David, > Does this simple code work? > > import matplotlib.pyplot as plt > plt.plot([0, 1], [2, 3]) > plt.show() > Thanks for that quick response. Here is what I get using that code: Traceback (most