td2a_plotting

Example of module to share plotting functions


License
Other
Install
pip install td2a_plotting==0.1

Documentation

https://circleci.com/gh/sdpython/td2a_plotting/tree/master.svg?style=svg

td2a_plotting

https://raw.githubusercontent.com/sdpython/td2a_plotting/master/doc/_static/logo.png

Simple template to package plotting functions. Material for teaching ensae_teaching_cs. It implements basic CI and documentation. One example of use: plot_plot_xy.py.

Generate the setup in subfolder dist:

python setup.py sdist

Generate the documentation in folder dist/html:

python -m sphinx -T -b html doc dist/html

Run the unit tests:

python -m unittest discover tests

Or:

python -m pytest

To check style:

python -m flake8 td2a_plotting tests examples