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

comp(matplotlib): Add compatibility with Matplotlib 3.9 #6307

Merged
merged 5 commits into from
Jul 4, 2024

Use non-deprecated get_cmap

e3e951d
Select commit
Loading
Failed to load commit list.
Merged

comp(matplotlib): Add compatibility with Matplotlib 3.9 #6307

Use non-deprecated get_cmap
e3e951d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 4, 2024 in 0s

88.49% (-0.04%) compared to e5f7aed

View this Pull Request on Codecov

88.49% (-0.04%) compared to e5f7aed

Details

Codecov Report

Attention: Patch coverage is 70.49180% with 18 lines in your changes missing coverage. Please review.

Project coverage is 88.49%. Comparing base (e5f7aed) to head (e3e951d).

Files Patch % Lines
...s/tests/plotting/matplotlib/test_annotationplot.py 76.66% 7 Missing ⚠️
holoviews/plotting/mpl/chart.py 37.50% 5 Missing ⚠️
holoviews/plotting/mpl/stats.py 70.00% 3 Missing ⚠️
...views/tests/plotting/matplotlib/test_violinplot.py 71.42% 2 Missing ⚠️
...views/tests/plotting/matplotlib/test_boxwhisker.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6307      +/-   ##
==========================================
- Coverage   88.52%   88.49%   -0.04%     
==========================================
  Files         323      323              
  Lines       67999    68031      +32     
==========================================
+ Hits        60196    60202       +6     
- Misses       7803     7829      +26     

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