-
Notifications
You must be signed in to change notification settings - Fork 148
Home
Olga Botvinnik edited this page Aug 21, 2013
·
10 revisions
prettyplotlib
makes it easy to make beautiful matplotlib
charts and figures.
- Install prettyplotlib
- Why
prettyplotlib
: scatter and pcolormesh - Examples gallery (images only)
- Examples with code
- Comparison to matplotlib
- FAQ
The prettyplotlib
package is up on the Python Package Index (PyPI), so you should be able to get it with
pip install prettyplotlib
and
easy_install prettyplotlib
If you're burning for the latest rapid-fire updates, you can clone the repository (using ssh
, my preferred method):
git clone [email protected]:olgabot/prettyplotlib
Or using https
:
git clone http://github.com/olgabot/prettyplotlib