-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Fix hist on overlay #5995
Fix hist on overlay #5995
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5995 +/- ##
==========================================
+ Coverage 88.58% 88.60% +0.02%
==========================================
Files 315 315
Lines 65583 65592 +9
==========================================
+ Hits 58095 58121 +26
+ Misses 7488 7471 -17
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I noticed while looking at docs failures: https://holoviews.org/Homepage.html
I don't think we use this file anymore, so I could delete it.Deleted it.I need to use a plotting backend or else I will get
ValueError: No plotting extension is currently loaded.
This is built on top of the changes made in #5954