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

Figure download button is inconsistent #1448

Open
kthyng opened this issue Oct 25, 2024 · 2 comments
Open

Figure download button is inconsistent #1448

kthyng opened this issue Oct 25, 2024 · 2 comments

Comments

@kthyng
Copy link
Contributor

kthyng commented Oct 25, 2024

ALL software version info

(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc should be added within the dropdown below.)

Software Version Info
bokeh                     3.4.2              pyhd8ed1ab_0    conda-forge
jupyter-bokeh             4.0.5                    pypi_0    pypi
python                    3.11.9          hb806964_0_cpython    conda-forge
jupyter                   1.0.0             pyhd8ed1ab_10    conda-forge
Linux 4.19.0-26-amd64 #1 SMP Debian 4.19.304-1 (2024-01-09) x86_64 GNU/Linux

Description of expected behavior and the observed behavior

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

The figure download button is inconsistent in the docs for hvplot on this page: https://hvplot.holoviz.org/reference/geopandas/points.html.

On this plot it is missing:

image

but on this plot lower on the page it is present:

image

I noticed this because in my own work, the download button is missing from all of my hvplot figures and I would like to have it present. Am I missing something to get it in there, or is this a bug? Thank you!

@ahuang11
Copy link
Collaborator

Thanks for reporting!

If tiles=True, it's actually disabled by default. More info here: holoviz/geoviews#206

However, I'm not sure if it's still valid. You could potentially try adding it back with .opts(default_tools=["save"])

@kthyng
Copy link
Contributor Author

kthyng commented Oct 25, 2024

Ok, thank you for your response!

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

2 participants