Skip to content
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

fixes bug when plotting multivariate probabilistic series where the c… #2532

Merged
merged 3 commits into from
Sep 15, 2024

Conversation

dennisbader
Copy link
Collaborator

@dennisbader dennisbader commented Sep 15, 2024

Checklist before merging this PR:

  • Mentioned all issues that this PR fixes or addresses.
  • Summarized the updates of this PR under Summary.
  • Added an entry under Unreleased in the Changelog.

Fixes #2533.

Summary

  • Fixes bug when plotting a probabilistic multivariate series, where all confidence intervals (starting from 2nd component) had the same color as the median line.

Other Information

Before:
image

Now:
image

…onfidence intervals had the same color as central series
Copy link

codecov bot commented Sep 15, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 93.76%. Comparing base (5740da5) to head (b5911d4).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
darts/timeseries.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2532      +/-   ##
==========================================
- Coverage   93.77%   93.76%   -0.02%     
==========================================
  Files         139      139              
  Lines       14764    14751      -13     
==========================================
- Hits        13845    13831      -14     
- Misses        919      920       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dennisbader dennisbader merged commit 41e1177 into master Sep 15, 2024
9 checks passed
@dennisbader dennisbader deleted the fix/plot_multivar_prob branch September 15, 2024 10:41
eschibli pushed a commit to eschibli/darts that referenced this pull request Oct 8, 2024
unit8co#2532)

* fixes bug when plotting multivariate probabilistic series where the confidence intervals had the same color as central series

* add labels back

* update changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Plotting multivariate probabilistic series shows same colors for quantile intervals as central lines.
1 participant