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

Properly overlay features #1145

Closed
wants to merge 8 commits into from
Closed

Properly overlay features #1145

wants to merge 8 commits into from

Conversation

ahuang11
Copy link
Collaborator

@ahuang11 ahuang11 commented Sep 19, 2023

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
Copy link
Collaborator Author

Superseded by #1151

@ahuang11 ahuang11 closed this Sep 21, 2023
@maximlt maximlt deleted the overlay_features branch January 28, 2024 18:58
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.

1 participant