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
- Host: GitHub
- URL: https://github.com/rougier/gallery
- Owner: rougier
- Created: 2012-02-23T13:41:13.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-10-05T04:24:32.000Z (over 8 years ago)
- Last Synced: 2025-03-25T02:06:10.439Z (3 months ago)
- Language: Python
- Homepage: http://www.labri.fr/perso/nrougier/coding/gallery/
- Size: 778 KB
- Stars: 46
- Watchers: 4
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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/