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

Fix underlaying / overlaying features #1151

Merged
merged 1 commit into from Sep 26, 2023
Merged

Fix underlaying / overlaying features #1151

merged 1 commit into from Sep 26, 2023

Conversation

ahuang11
Copy link
Collaborator

import hvplot.xarray
import xarray as xr
import panel as pn

ds = xr.tutorial.open_dataset("air_temperature").isel(time=0)
plot = ds.hvplot("lon", "lat", features=["land", "borders", "coastline"])
plot
image

--
image

@ahuang11 ahuang11 added this to the 0.9.0 milestone Sep 21, 2023
@ahuang11 ahuang11 merged commit 6aba047 into main Sep 26, 2023
7 checks passed
@ahuang11 ahuang11 deleted the fix_features_overlay branch September 26, 2023 13:17
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

Successfully merging this pull request may close these issues.

None yet

2 participants