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

Bouncing / stretching when coastline=True and rasterize=True in VSCode #1105

Closed
ahuang11 opened this issue Jul 14, 2023 · 2 comments
Closed
Labels

Comments

@ahuang11
Copy link
Collaborator

import numpy as np
import pandas as pd
import hvplot.pandas

df = pd.DataFrame(np.random.multivariate_normal((0,0), [[0.1, 0.1], [0.1, 1.0]], (500000,)))
df.hvplot.points('0', '1', rasterize=True, coastline=True, global_extent=True)
Screen.Recording.2023-07-14.at.9.57.49.AM.mov
@ahuang11
Copy link
Collaborator Author

Maybe more apparent with tiles:

Screen.Recording.2023-07-14.at.9.59.13.AM.mov

@ahuang11
Copy link
Collaborator Author

pip install "jupyter-bokeh>=4.0.4" should fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant