You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of expected behavior and the observed behavior
I put stacks plots such that the user can change between log-plot and lin-plot upon clicking a checkbox. However, upon first rendering the plot, the log-plot that is below isn't rendered. After clicking the "Reset" button, the log-plot renders.
I assume this is somewhat related to #11770, but perhaps not.
Complete, minimal, self-contained example code that reproduces the issue
Upon clicking the change button, I get this console output:
bokeh.min.js?v=106a2270510621557ac35604d45cfa81816e9a588ddf9b3775bf902b93e02795b53d464b32e7b1892ae7c74db2c378e78c99265a4eec4e681af1f486278411f5:526 [bokeh] could not set initial ranges
Screenshots or screencasts of the bug in action
Before clicking change:
After clicking change:
After clicking the reset button:
Note
If the linear-scale plot is put on top, and clicking the button switches to log-scale, as per the following code, everything works fine:
ALL software version info (bokeh, python, notebook, OS, browser, any other relevant packages)
Bokeh 3.0.0dev1+24.g0f5f99466
Python 3.9.6
MacOS Catalina 10.15.7
Chrome 95.0.4638.69
Description of expected behavior and the observed behavior
I put stacks plots such that the user can change between log-plot and lin-plot upon clicking a checkbox. However, upon first rendering the plot, the log-plot that is below isn't rendered. After clicking the "Reset" button, the log-plot renders.
I assume this is somewhat related to #11770, but perhaps not.
Complete, minimal, self-contained example code that reproduces the issue
Stack traceback and/or browser JavaScript console output
Upon clicking the
change
button, I get this console output:Screenshots or screencasts of the bug in action
Before clicking
change
:After clicking
change
:After clicking the reset button:
Note
If the linear-scale plot is put on top, and clicking the button switches to log-scale, as per the following code, everything works fine:
The text was updated successfully, but these errors were encountered: