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
Post a Comment