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

heatmap plot empty #3703

Closed
drrmmng opened this issue May 12, 2019 · 2 comments · Fixed by #3717
Closed

heatmap plot empty #3703

drrmmng opened this issue May 12, 2019 · 2 comments · Fixed by #3717
Labels
type: bug Something isn't correct or isn't working
Milestone

Comments

@drrmmng
Copy link
Contributor

drrmmng commented May 12, 2019

When I try to plot a simple heatmap (inspired by this) like the following I get an empty heatmap.

import holoviews as hv
hv.extension('bokeh')

data = [(chr(65+i), chr(97+j),  i*j) for i in range(5) for j in range(5) if i!=j]
hv.HeatMap(data).sort()

This issue also seems to affect the example in the documentation. In the reference gallery overview the heatmap image is empty like the one in my example above.

Bonus weirdness

When I download the notebook from the example I get this error:

File Load Error for HeatMap.ipynb
NetworkError when attempting to fetch resource.

I can't even delete the file from within jupyter-lab. I never had this issue with any other file before.

pyviz package versions

colorcet                  2.0.1                      py_0    pyviz
datashader                0.7.0                      py_0    pyviz
holoviews                 1.12.2                     py_0    pyviz
hvplot                    0.4.0                      py_0    pyviz
panel                     0.5.1                      py_0    pyviz
param                     1.9.0                      py_0    pyviz
pyct                      0.4.6                      py_0    pyviz
pyct-core                 0.4.6                      py_0    pyviz
pyviz_comms               0.7.2                      py_0    pyviz
@philippjfr
Copy link
Member

Seems to be an issue with the size of the plot, which appears to be responsive by default for some reason and then collapses to zero height.

@philippjfr philippjfr added the type: bug Something isn't correct or isn't working label May 12, 2019
@philippjfr philippjfr added this to the v1.12.3 milestone May 16, 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
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