Pythonista-Issues icon indicating copy to clipboard operation
Pythonista-Issues copied to clipboard

crashes using matplotlib pylab/pyplot

Open mrernst opened this issue 7 years ago • 4 comments
trafficstars

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.

mrernst avatar Dec 30 '17 16:12 mrernst

Confirmed this one. Attached crashlog.

crashlog.txt

zrzka avatar Dec 30 '17 18:12 zrzka

Same here with ipad pro and iphone 6 (both are iOS10). Python2 crashes systematically. Python3 seems ok with simple matplotlib scripts.

gdib avatar Jan 01 '18 11:01 gdib

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.

cclauss avatar Jun 04 '19 15:06 cclauss

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.

gdib avatar Jun 04 '19 18:06 gdib