Use axis in a "conventional" way?

@mmaridev

Check out the fixed_location property of an axis. This coupled with setting the axes ranges explicitly might be able to do what you want if I understand the question correctly.

https://docs.bokeh.org/en/latest/docs/reference/models/axes.html?highlight=axis#bokeh.models.axes.Axis

Example

1 Like