PEtab-dev / libpetab-python

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

Adapt to matplotlib 3.5 #86

Closed dweindl closed 2 years ago

dweindl commented 2 years ago

Current code fails due to changes in matplotlib. This fixes it.

codecov-commenter commented 2 years ago

Codecov Report

Merging #86 (e0a09f8) into develop (9047f2b) will not change coverage. The diff coverage is 50.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #86   +/-   ##
========================================
  Coverage    79.59%   79.59%           
========================================
  Files           26       26           
  Lines         2940     2940           
  Branches       695      695           
========================================
  Hits          2340     2340           
  Misses         423      423           
  Partials       177      177           
Impacted Files Coverage Δ
petab/visualize/plotter.py 78.03% <50.00%> (ø)
petab/visualize/plotting_config.py 68.04% <50.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 9047f2b...e0a09f8. Read the comment docs.