python - How to query auto set axis bounds in bokeh? -


i've created plot , let bokeh choose axis bounds automatically. want know min , max values of axis (specifically because want overlay plot of mathematical function , want know on range evaluate it).

the obvious approach query fig.y_range.start , fig.y_range.end, appears set none when autoscaled, input parameters.

how determine results of autoscaling were?


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -