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.
-
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 be geom_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
The plotnine gallery
consists 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.