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

HoloMap of Overlay of hv.Surface #504

Closed
basnijholt opened this issue Feb 12, 2016 · 2 comments
Closed

HoloMap of Overlay of hv.Surface #504

basnijholt opened this issue Feb 12, 2016 · 2 comments
Milestone

Comments

@basnijholt
Copy link
Contributor

energies = np.linspace(-np.pi, np.pi, 30 * 30).reshape((30, 30))**2
plot = lambda i: holoviews.Surface(i*energies) * holoviews.Surface(-i*energies)

then running:

plot(1) + plot(4)

gives
download 1

but

holoviews.HoloMap({i: plot(i) for i in range(10)})

gives
download

I would think holoviews.HoloMap({i: plot(i) for i in range(10)}).collate() would do the job, but it doesn't.

@philippjfr
Copy link
Member

Fixed in #505. Closing.

@philippjfr philippjfr added this to the v1.5.0 milestone Apr 20, 2016
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 25, 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

No branches or pull requests

2 participants