-
-
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
Add extend for plot #3907
Add extend for plot #3907
Conversation
HoloViews master isn't broken it just requires the latest dev release of panel now. |
holoviews/plotting/mpl/element.py
Outdated
@@ -698,13 +698,17 @@ class ColorbarPlot(ElementPlot): | |||
symmetric = param.Boolean(default=False, doc=""" | |||
Whether to make the colormap symmetric around zero.""") | |||
|
|||
extend = param.ObjectSelector( |
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.
I think this should probably be cbar_extend
or colorbar_extend
since extend
could mean a number of things.
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. |
The main reason why I want to set this manually is so if I have an animation and the min/max goes out of range, it doesn't awkwardly make rectangular edges into triangular and adjust the plot position