-
- Downloads
Merge branch 'fallback' into 'dev'
Fallback engine implementation See merge request !17
Branches
Tags
Showing
- Contribute.md 79 additions, 0 deletionsContribute.md
- README.md 3 additions, 2 deletionsREADME.md
- plotid/example.py 19 additions, 19 deletionsplotid/example.py
- plotid/plotoptions.py 7 additions, 7 deletionsplotid/plotoptions.py
- plotid/publish.py 3 additions, 2 deletionsplotid/publish.py
- plotid/save_plot.py 18 additions, 14 deletionsplotid/save_plot.py
- plotid/tagplot.py 4 additions, 1 deletionplotid/tagplot.py
- plotid/tagplot_image.py 53 additions, 0 deletionsplotid/tagplot_image.py
- plotid/tagplot_matplotlib.py 7 additions, 12 deletionsplotid/tagplot_matplotlib.py
- requirements.txt 1 addition, 1 deletionrequirements.txt
- setup.cfg 3 additions, 0 deletionssetup.cfg
- tests/test_create_id.py 1 addition, 1 deletiontests/test_create_id.py
- tests/test_save_plot.py 46 additions, 2 deletionstests/test_save_plot.py
- tests/test_tagplot.py 19 additions, 0 deletionstests/test_tagplot.py
- tests/test_tagplot_image.py 89 additions, 0 deletionstests/test_tagplot_image.py
- tests/test_tagplot_matplotlib.py 10 additions, 5 deletionstests/test_tagplot_matplotlib.py
Contribute.md
0 → 100644
plotid/tagplot_image.py
0 → 100644
... | ... | @@ -2,7 +2,7 @@ coverage==6.3.2 |
cycler==0.11.0 | ||
fonttools==4.32.0 | ||
kiwisolver==1.4.2 | ||
matplotlib==3.5.1 | ||
matplotlib==3.5.2 | ||
numpy==1.22.3 | ||
packaging==21.3 | ||
Pillow==9.1.0 | ||
... | ... |
tests/test_tagplot_image.py
0 → 100644
Please register or sign in to comment