omz / Pythonista-Issues

Issue tracker for Pythonista (iOS)
168 stars 14 forks source link

crashes using matplotlib pylab/pyplot #502

Open mrernst opened 6 years ago

mrernst commented 6 years ago

I use the following setup:

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.

zrzka commented 6 years ago

Confirmed this one. Attached crashlog.

crashlog.txt

gdib commented 6 years ago

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

cclauss commented 5 years ago

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.

gdib commented 5 years ago

Up to you. I had to move to python3 for other reasons.

All the best.

Le 4 juin 2019 à 17:28, cclauss notifications@github.com 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.