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

deprecation warning with Matplotlib-2.0.0b4 / Holoviews-1.6.2 #866

Closed
stonebig opened this issue Sep 18, 2016 · 3 comments
Closed

deprecation warning with Matplotlib-2.0.0b4 / Holoviews-1.6.2 #866

stonebig opened this issue Sep 18, 2016 · 3 comments

Comments

@stonebig
Copy link
Contributor

Hi,
I get this deprecation warning with Matplolib-2.0.0b4 Holoviews 1.6.2

import holoviews as hv
%load_ext holoviews.ipython
fractal = hv.Image(image)

((fractal * hv.HLine(y=0.16)).hist() + fractal.sample(y=0.16))
C:\WinPython\basedir35\buildQt5\winpython-64bit-3.5.x.3\python-3.5.2.amd64\lib\site-packages\holoviews\plotting\mpl\element.py:152: MatplotlibDeprecationWarning: The set_axis_bgcolor function was deprecated in version 2.0. Use set_facecolor instead.
  axis.set_axis_bgcolor(self.bgcolor)

holoviews-20160918a

@stonebig
Copy link
Contributor Author

stonebig commented Sep 18, 2016

@jlstevens
Copy link
Contributor

Thanks for reporting this and thanks for submitting a PR!

I haven't personally tried out the matplotlib 2.0 beta yet though it is definitely we need to test properly soon.

@philippjfr
Copy link
Member

Just merged the PRs. Thanks for making those fixes, 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

3 participants