pavlinb
Aug 13, 2020 - 19:03
Hello,
Someone tested? Does Pythonista still work?
Hello,
Someone tested? Does Pythonista still work?
Seems to be working fine. I had to reconnect to my external files in Files.
Not sure,
I can’t seem to use matplotlib:
import matplotlib.pyplot as plt
gives:
Traceback (most recent call last):
File "/private/var/mobile/Containers/Shared/AppGroup/40CF0407-048C-4C24-A9BC-64B2E1A5DEED/Pythonista3/Documents/Untitled_1.py", line 1, in <module>
import matplotlib.pyplot as plt
File "/var/containers/Bundle/Application/E9E402A3-F119-408F-AB04-FF2A3B6277A1/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/site-packages/matplotlib/pyplot.py", line 28, in <module>
import matplotlib.colorbar
File "/var/containers/Bundle/Application/E9E402A3-F119-408F-AB04-FF2A3B6277A1/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/site-packages/matplotlib/colorbar.py", line 33, in <module>
import matplotlib.artist as martist
File "/var/containers/Bundle/Application/E9E402A3-F119-408F-AB04-FF2A3B6277A1/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/site-packages/matplotlib/artist.py", line 11, in <module>
import matplotlib.cbook as cbook
AttributeError: module 'matplotlib' has no attribute 'cbook'