GitHub - has2k1/plotnine-examples: Jupyter Notebooks that are part of the plotnine documentation (original) (raw)
plotnine examples
This repository contains examples in the form of jupyter notebooks that are also part of the plotnine documentation
Rebase Notice: When the repository gets large and the will be reduced by deleting the history.
Contributing
- Clone repository or pull in latest changes
git clone https://github.com/has2k1/plotnine-examples
Or
cd plotnine-examples
git pull - Create a notebook or edit an existing notebook. The name of the notebook should match the object. e.g if examples are for
geom_tile
the name should begeom_tile.ipynb. - Execute the notebook once, top to bottom OR preferably if you can (Linux/OSX) run
make changes
from the command line. - Add your github username and/or name to
contributors.txt
(sorted according to the username) and commit. - Commit
- Push
cd plotnine-examples
git pull - Submit Pull Request
How to structure a notebook
The plotnine galleryconsists of images extracted from the examples. For this to happen, each example in the file should have a ### Title
(h3 header) that serves as the title of the example. It should be followed by a *Short Description*
(emphasis) directly beneath. The last image of each of these sections in is selected and put in the gallery. Avoid creating #
or ##
sections.