Re: Installing matplotlib on python3

2017-07-27 Thread FS
Thank you Jussi. I didn't realize there was a separate version--I have it installed now cheers fritz -- https://mail.python.org/mailman/listinfo/python-list

Re: Installing matplotlib on python3

2017-07-27 Thread alister via Python-list
On Thu, 27 Jul 2017 04:40:40 -0700, FS wrote: > I just installed matplotlib on debian and I tried to import it on > python3. It cannot be found however it can be found on python 2.x. No > surprise: > A 'find -name matplotliib' reveals: > /usr/share/matplotlib /usr/lib/python2.7/dist-packages/mat

Re: Installing matplotlib on python3

2017-07-27 Thread Jussi Piitulainen
FS writes: > I just installed matplotlib on debian and I tried to import it on > python3. It cannot be found however it can be found on python 2.x. No > surprise: > A 'find -name matplotliib' reveals: > /usr/share/matplotlib > /usr/lib/python2.7/dist-packages/matplotlib > > I am not sure how the

Installing matplotlib on python3

2017-07-27 Thread FS
I just installed matplotlib on debian and I tried to import it on python3. It cannot be found however it can be found on python 2.x. No surprise: A 'find -name matplotliib' reveals: /usr/share/matplotlib /usr/lib/python2.7/dist-packages/matplotlib I am not sure how the apt-get elected to place