Package to standardize and facilitate plotting settings
Project description
The module quinten_graph provides tools to help:
- implement harmonized setting with respect to Quinten graphic chart
- explore data
- plot graphs for several variable at the same time
The notebook sandbox.ipynb is here to let you play with the tool.
Settings and variables used for the plots are managed through the class QuintenSettings defined in settings.py. Plotting functions are defined in plotting.py
Doc for creating package:
- General procedure: https://packaging.python.org/en/latest/tutorials/packaging-projects/
- Example of pyproject.toml with dependencies https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
- Info on file MANIFEST.in: https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#manifest-in
Procedure for updating package:
- Make your changes in local repo
- Push
- Increment version in pyproject.toml
- in terminal pointing to folder where pyproject.toml is located, type:
python -m build
(if build is not installed,pip installit)
You should get the following output "Successfully built quinten_graph-[VERSION].tar.gz and quinten_graph-[VERSION]-py3-none-any.whl" - in same terminal, type :
python -m twine upload --repository pypi dist/*
(if twine is not installed, pip install it)
You will be prompted for pypi credentials (@ get in touch with v.vincentelli@quinten-france.com idf needed). Then the upload should complete and you will get a link to the package
Tasks:
- : Present the tool to Anna and Rami. Reminder: the objective is to have plots ready to copy and paste in presentations. skim over the plots and read through the following questions:
Large color palette to define- Font Arial ok ?
- Other graphs to add to sandbox ,otebook ?
- Arrangement (titles, legend, xticks)
- : before presenting add few graphs (prévison VS reel), check PBIs, pres projet DSN
- [x]: enlever fond gris seaborn
- [ ]: palette daltonien
- [x]: publier sur QF>packages_internes> quinten_graph
- [ ]: étudier possibilité de d'étendre ce concept à PBI
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quinten_graph-0.1.1.tar.gz.
File metadata
- Download URL: quinten_graph-0.1.1.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b92e990b37356f3f9d722ecea4fe2a6478680786fd81cf741dba6603aee47206
|
|
| MD5 |
79189b57fe522b6c8ff70ea98791e5e7
|
|
| BLAKE2b-256 |
36deb70f884ec3ce8d979ac15bfa0b33b451346d3e6dee9abf99ac35ed6f1b98
|
File details
Details for the file quinten_graph-0.1.1-py3-none-any.whl.
File metadata
- Download URL: quinten_graph-0.1.1-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
424e6d2403c042b552721e19872cfa5561de192ad3b1303b8a636474b692e8e6
|
|
| MD5 |
9b4f8ce648d239fbf0e9426efe6160e5
|
|
| BLAKE2b-256 |
941ba7504035e77afbd042c5dc03ce1f5836276d15281fc3e3abcc17ff024615
|