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 · 1 comment
Closed

HoloMap of Overlay of hv.Surface #504

basnijholt opened this issue Feb 12, 2016 · 1 comment
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants