Pythonista-Issues
Pythonista-Issues copied to clipboard
crashes using matplotlib pylab/pyplot
I use the following setup:
- iPhone 6S
- iOS 11.2.1
- Pythonista 3.2
- python 2.7 interpreter
All the plotting examples fail; investigating shows that everything works fine until the show() method is called, then the device crashes.
A simple example would be
import matplotlib.pyplot as plt
plt.plot(1)
that still executes, but when you try to call
plt.show()
the app is gone.
Using the 3.6 interpreter everything works fine.
Same here with ipad pro and iphone 6 (both are iOS10). Python2 crashes systematically. Python3 seems ok with simple matplotlib scripts.
Can we close this issue? With 211 days left until the end of life of legacy Python, is this issue worth working on? Upstream no longer supports legacy Python.
Up to you. I had to move to python3 for other reasons.
All the best.
Le 4 juin 2019 à 17:28, cclauss [email protected] a écrit :
Can we close this issue? With 211 days left until the end of life of legacy Python, it this issue worth working on? Upstream no longer supports legacy Python.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.