-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Add show_zero_line option to plot_overview and plot_fitted_traces #128
Conversation
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 2.38%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Help us improve this quality report! |
Codecov ReportBase: 44.85% // Head: 44.85% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #128 +/- ##
=======================================
Coverage 44.85% 44.85%
=======================================
Files 28 28
Lines 845 845
Branches 125 125
=======================================
Hits 379 379
Misses 460 460
Partials 6 6 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
3f9c3a9
to
0238ab5
Compare
This change adds the option
show_zero_line
toplot_fitted_traces
(applied to all axes) andplot_overview
(only applied to spectra SAS/DAS). The zero lines are added by default since it falls more in line with plots by @ism200 which makes comparing plots to former publications easier.Change summary
Checklist