We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python : 3.12.4 | packaged by conda-forge | (main, Jun 17 2024, 10:13:44) [Clang 16.0.6 ] Operating system : macOS-13.5.2-arm64-arm-64bit Panel comms : default holoviews : 1.20.0 bokeh : 3.6.1 colorcet : 3.1.0 cudf : - cupy : - dask : 2024.7.1 dask-expr : 1.1.9 datashader : 0.16.3 geoviews : - hvplot : 0.10.0 ibis-framework : - IPython : 8.26.0 ipywidgets-bokeh : - jupyter-bokeh : - jupyterlab : 4.2.4 matplotlib : 3.9.1 networkx : - notebook : - numba : 0.60.0 numpy : 2.0.0 pandas : 2.2.2 panel : 1.5.3 param : 2.1.1 pillow : 10.4.0 plotly : - pyarrow : 16.1.0 pyviz-comms : 3.0.2 scikit-image : - scipy : 1.14.0 spatialpandas : - streamz : - tsdownsample : - xarray : 2024.6.0
Setting plot size prevents scalebar from being displayed
import holoviews as hv hv.extension('bokeh') hv.Curve([1,2]).opts(scalebar=True) + hv.Curve([1,2]).opts(scalebar=True, width=500)
The text was updated successfully, but these errors were encountered:
This should be fixed when Bokeh 3.6.2 is released.
Sorry, something went wrong.
No branches or pull requests
ALL software version info
Software Version Info
Description of expected behavior and the observed behavior
Setting plot size prevents scalebar from being displayed
Complete, minimal, self-contained example code that reproduces the issue
Stack traceback and/or browser JavaScript console output
Screenshots or screencasts of the bug in action
The text was updated successfully, but these errors were encountered: