-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Support cticks #1368
Support cticks #1368
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1368 +/- ##
==========================================
+ Coverage 87.39% 88.44% +1.04%
==========================================
Files 50 50
Lines 7490 7389 -101
==========================================
- Hits 6546 6535 -11
+ Misses 944 854 -90 ☔ View full report in Codecov by Sentry. |
@@ -209,8 +209,8 @@ class HoloViewsConverter: | |||
Axis labels for the x-axis, y-axis, and colorbar | |||
xlim/ylim (default=None): tuple or list | |||
Plot limits of the x- and y-axis | |||
xticks/yticks (default=None): int or list | |||
Ticks along x- and y-axis specified as an integer, list of | |||
xticks/yticks/cticks (default=None): int or list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor update, reflecting the changes made to the Customization guide to the converter docstring.
I tried very long time to get the matplotlib test to work, but couldn't :/
If I set hv.extension("matplotlib"), this works; but without that extension, it doesn't detect cbar weirdly.