KlMa
Aug 13, 2015 - 00:31
I am not able to get matplotlib style sheets to work in Pythonista. Any tips?
http://matplotlib.org/examples/style_sheets/plot_ggplot.html
I am not able to get matplotlib style sheets to work in Pythonista. Any tips?
http://matplotlib.org/examples/style_sheets/plot_ggplot.html
>>> import matplotlib
>>> matplotlib.__version__
'1.3.1'
see
https://github.com/tonysyu/mpltools
this was incorporated into mpl 1.4. you can download and install mpltools to gain that functionality
Thanks! And then the next question, is there a "official" Pythonista way how to install new modules? When i search around there seem to be several ways to do it. Pipista, stash and others. Is there a step by step instruction a newbie like me can follow?
stash is the best supported at the moment. install stash, then use the pip command. https://gituub.com/ywangd/stash.git