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

Plotting empty figure after loading matplotlib #179

Closed
basnijholt opened this issue Jun 24, 2015 · 1 comment
Closed

Plotting empty figure after loading matplotlib #179

basnijholt opened this issue Jun 24, 2015 · 1 comment
Milestone

Comments

@basnijholt
Copy link
Contributor

My colleague found a bug:

Execute cells in this order

import holoviews as hv
import numpy as np
from matplotlib import pyplot
%load_ext holoviews.ipython
%matplotlib inline
pyplot.plot([1,2,3])
%opts Image [colorbar=True]
im = hv.Image(np.random.rand(10,10))
im * hv.operation.contours(im, levels=[0, 0.8])

This will produce:
screen shot 2015-06-24 at 15 10 16

@philippjfr philippjfr added this to the v1.4.2 milestone Feb 4, 2016
@philippjfr
Copy link
Member

Fixed in a0de291. Turns out closing the same figure multiple times will reopen it again somehow. Closing.

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