PEtab-dev / libpetab-python

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

Vis: Make line plot markers configurable #254

Closed dweindl closed 2 months ago

dweindl commented 2 months ago

Allow changing the default line style and markers for line plots.

(I'd also prefer to change the default to points-only (no line) for the measurements, but that's up for discussion.)

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.25%. Comparing base (aa8cd78) to head (3571743).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #254 +/- ## =========================================== + Coverage 76.24% 76.25% +0.01% =========================================== Files 34 34 Lines 3216 3218 +2 Branches 780 780 =========================================== + Hits 2452 2454 +2 Misses 560 560 Partials 204 204 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dilpath commented 2 months ago

(I'd also prefer to change the default to points-only (no line) for the measurements, but that's up for discussion.)

Also my preference :+1: