-
-
Notifications
You must be signed in to change notification settings - Fork 403
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
Correct (/control) spacing in layout #6311
Labels
needs info
More information required from issue creator
Comments
I get this view when I run the code in https://holoviews.org/gallery/demos/bokeh/mandelbrot_section.html. I was no able to run your code, it is incomplete. Please provide more details as your issue is unclear to me. |
After several tests, I have found that this problem originates from the web
browser (safari). Bokeh does not seem to work correctly on the safari.
You can close this issue. But I believe it would be more better for
the very beginner (like me) to recommend to use the firefox or chrome to
avoid such problem in the documents.
Ryuichi Arafune
2024年7月8日(月) 16:33 Maxime Liquet ***@***.***>:
… I get this view when I run the code in
https://holoviews.org/gallery/demos/bokeh/mandelbrot_section.html.
image.png (view on web)
<https://github.com/holoviz/holoviews/assets/35924738/35aeda7d-fd5c-4751-aac5-ce8aa6b9f986>
I was no able to run your code, it is incomplete. Please provide more
details as your issue is unclear to me.
—
Reply to this email directly, view it on GitHub
<#6311 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTRD5GY65JTCI7LRBMM2S3ZLI6DPAVCNFSM6AAAAABKQBIX66VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJTGI2DINRXGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
need more info? |
After upgrading the several packages (I cannot figure out which package is essential), this problem does not appear. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Complete, minimal, self-contained example code that reproduces the issue
https://holoviews.org/gallery/demos/bokeh/mandelbrot_section.html
The output of the code shown in the above webpage is same as on my Mac. I would like to control the space between two rows of the figures.
For me, the space is too wide, I would like to change it. Actually my own problem is same. I would like to change the spacing between two plots using .col(1).
Here is my own code:
import holoviews as hv
import xarray as xr
from holoviews import opts, streams
hv.extension("bokeh")
def crosshair_view2(dataarray: xr.DataArray) -> None:
"""Show Crosshair view."""
The text was updated successfully, but these errors were encountered: