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

gridmatrix does not give grid layout for differently-sized axis labels #3797

Closed
poplarShift opened this issue Jun 26, 2019 · 1 comment · Fixed by #3957
Closed

gridmatrix does not give grid layout for differently-sized axis labels #3797

poplarShift opened this issue Jun 26, 2019 · 1 comment · Fixed by #3957
Labels
tag: backend: bokeh type: bug Something isn't correct or isn't working
Milestone

Comments

@poplarShift
Copy link
Collaborator

import holoviews as hv
import numpy as np
hv.extension('bokeh')
df = np.c_[np.random.randn(100), np.random.randn(100)*1e6]
hv.operation.gridmatrix(hv.Dataset(df, ['x', 'y'])).opts(hv.opts.Scatter(yticks=[(0, 'zero'), (1e6, 'million'), (-1e6, 'minus a million')]))

Screen Shot 2019-06-26 at 10 29 58 AM

@philippjfr philippjfr added the type: bug Something isn't correct or isn't working label Jul 4, 2019
@philippjfr philippjfr added this to the v1.12.6 milestone Sep 22, 2019
Copy link

This issue 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
tag: backend: bokeh type: bug Something isn't correct or isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants