PEtab-dev / libpetab-python

Python package for working with PEtab files
https://libpetab-python.readthedocs.io
MIT License
14 stars 6 forks source link

Allow specifying file format for visualization #85

Closed dweindl closed 2 years ago

dweindl commented 2 years ago

So far, it was only possible to generate PNGs. This is still the default, but can be changed to any other format supported by matplotlib

codecov-commenter commented 2 years ago

Codecov Report

Merging #85 (48dc5c8) into develop (918e1a4) will decrease coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #85      +/-   ##
===========================================
- Coverage    79.59%   79.57%   -0.02%     
===========================================
  Files           26       26              
  Lines         2940     2938       -2     
  Branches       695      695              
===========================================
- Hits          2340     2338       -2     
  Misses         423      423              
  Partials       177      177              
Impacted Files Coverage Δ
petab/visualize/plot_data_and_simulation.py 83.33% <100.00%> (-0.33%) :arrow_down:
petab/visualize/plotter.py 78.03% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 918e1a4...48dc5c8. Read the comment docs.