-
-
Notifications
You must be signed in to change notification settings - Fork 403
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
Cycle through text_color when overlaying Labels #5888
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5888 +/- ##
=======================================
Coverage 88.28% 88.28%
=======================================
Files 311 311
Lines 64370 64386 +16
=======================================
+ Hits 56830 56846 +16
Misses 7540 7540
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Looks good |
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. |
Closes #5887
So it's easy to create legends directly in the plot.
And if they need the labels to be black, it's still easy:
hv.Labels().opts(text_color="black")
Or just use
hv.Text()