PEtab-dev / libpetab-python

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

Vis: Fix cropped errorbars #99

Closed dweindl closed 2 years ago

dweindl commented 2 years ago

Remove matplotlib.axes.Axes.relim which ignores error bars ("At present, Collection instances are not supported.")

Fixes #74

codecov-commenter commented 2 years ago

Codecov Report

Merging #99 (9dd2a82) into develop (9c8c72e) will decrease coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #99      +/-   ##
===========================================
- Coverage    79.95%   79.95%   -0.01%     
===========================================
  Files           27       27              
  Lines         2979     2978       -1     
  Branches       722      722              
===========================================
- Hits          2382     2381       -1     
  Misses         419      419              
  Partials       178      178              
Impacted Files Coverage Δ
petab/visualize/plotter.py 77.24% <ø> (-0.14%) :arrow_down:

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 9c8c72e...9dd2a82. Read the comment docs.