How to make matplotlib styles work on Pythonista?
-
Matplotlib
Styles
Import
Modules
-
Iirc matplotlib stylesheets were introduced in 1.4.1.
Pythonista includes version 1.3.1.
So you cannot directly use stylesheets. I suspect that this might be a pure python implementation, so might be possible to backport..
-
Great thanks. Good to know.