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

Locations in hvplot raises warning #576

Closed
Hoxbro opened this issue Jun 21, 2022 · 2 comments
Closed

Locations in hvplot raises warning #576

Hoxbro opened this issue Jun 21, 2022 · 2 comments

Comments

@Hoxbro
Copy link
Member

Hoxbro commented Jun 21, 2022

ALL software version info

geoviews   : 1.9.5
holoviews  : 1.15.0a2
hvplot     : 0.8.0

Description of expected behavior and the observed behavior

When having features like coastline called by hvplot a warning is given with the latest dev release of holoviews. The warning is not present with version 1.14.

I have added the bug in Geoviews as this is where the warning is emitted from:

def __call__(self, *args, **kwargs):
return self.opts(*args, **kwargs)

Complete, minimal, self-contained example code that reproduces the issue

import xarray as xr
import hvplot.xarray

data = xr.tutorial.open_dataset("rasm").load()['Tair'].isel(time=0)
data.hvplot.quadmesh('xc', 'yc', coastline=True)

Screenshots or screencasts of the bug in action

With holoviews 1.15:
image

With holoviews 1.14:
image

@philippjfr
Copy link
Member

Thanks @Hoxbro!

@Hoxbro
Copy link
Member Author

Hoxbro commented Aug 28, 2022

Fixed downstream by holoviz/hvplot#850

@Hoxbro Hoxbro closed this as completed Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants