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

Add extend for plot #3907

Merged
merged 5 commits into from
Aug 18, 2019
Merged

Add extend for plot #3907

merged 5 commits into from
Aug 18, 2019

Conversation

ahuang11
Copy link
Collaborator

@ahuang11 ahuang11 commented Aug 16, 2019

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

@philippjfr
Copy link
Member

HoloViews master isn't broken it just requires the latest dev release of panel now.

@ahuang11
Copy link
Collaborator Author

image

@@ -698,13 +698,17 @@ class ColorbarPlot(ElementPlot):
symmetric = param.Boolean(default=False, doc="""
Whether to make the colormap symmetric around zero.""")

extend = param.ObjectSelector(
Copy link
Member

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.

@philippjfr philippjfr merged commit be5c269 into master Aug 18, 2019
@philippjfr philippjfr deleted the cbar_extend branch September 20, 2019 10:40
philippjfr pushed a commit that referenced this pull request Sep 20, 2019
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants