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 - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Create a stacked percentage column -