An open API service indexing awesome lists of open source software.

https://github.com/rougier/gallery

Gallery of matplotlib samples
https://github.com/rougier/gallery

Last synced: 3 months ago
JSON representation

Gallery of matplotlib samples

Awesome Lists containing this project

README

        

.. role:: custom

Matplotlib gallery
==================

This is a collection of matplotlib samples.

If you want to contribute, clone the gallery repository at
https://github.com/rougier/gallery and submit a pull request for a new example:

* Make sure to put your example in the right directory or create a new one if
necessary.

* Each example (but the showcases) is supposed to illustrate a concept and the
source should be small enough such that understanding how things are done is
easy.

* Try to keep the default figure size and dpi (see any script), it will make
the gallery cleaner

* Try to avoid shortcuts (like 'c' instead of 'color'), this makes things more
difficult to understand for new comers.

* Try to make your example beautiful, especially for the showcase ones

| Repository: https://github.com/rougier/gallery
| Gallery: http://www.loria.fr/~rougier/coding/gallery/