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

Allow plotting partially irregular QuadMesh #3955

Merged
merged 1 commit into from
Sep 12, 2019

Conversation

philippjfr
Copy link
Member

@philippjfr philippjfr commented Sep 12, 2019

Fixes holoviz/hvplot#244

Allows things like:

xs = np.arange(100)
hv.QuadMesh((xs, xs * np.arange(50)[:, np.newaxis], np.random.rand(50, 100)))

bokeh_plot - 2019-09-12T163658 918

@philippjfr philippjfr merged commit a010cfc into master Sep 12, 2019
@philippjfr philippjfr deleted the philippjfr/partial_irregular branch September 20, 2019 10:40
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plotting with coordinates that have different numbers of dimensions using xarray.hvplot
1 participant