plotnine-Installation
=====================
In den meisten Fällen sollte folgende Installation hinreichend sein:
.. code:: console
$ pipenv install plotnine
Für die Verwendung usammen mit `scikit-learn `_ und
`scikit-misc `_ können Extras installiert
werden mit
.. code:: console
$ pipenv install 'plotnine[all]'