https://github.com/sdpython/td2a_plotting
Simple pattern to package plotting functions
https://github.com/sdpython/td2a_plotting
Last synced: 27 days ago
JSON representation
Simple pattern to package plotting functions
- Host: GitHub
- URL: https://github.com/sdpython/td2a_plotting
- Owner: sdpython
- License: mit
- Created: 2019-09-15T13:06:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T21:57:22.000Z (almost 3 years ago)
- Last Synced: 2025-03-09T06:19:54.780Z (9 months ago)
- Language: Python
- Homepage: http://www.xavierdupre.fr/app/td2a_plotting/helpsphinx/index.html
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. image:: https://circleci.com/gh/sdpython/td2a_plotting/tree/master.svg?style=svg
:target: https://circleci.com/gh/sdpython/td2a_plotting/tree/master
.. image:: https://img.shields.io/github/repo-size/sdpython/td2a_plotting
:target: https://github.com/sdpython/td2a_plotting/
:alt: size
td2a_plotting
=============
.. image:: https://raw.githubusercontent.com/sdpython/td2a_plotting/master/doc/_static/logo.png
:width: 50
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