Open JohnTigue opened 4 years ago
It involve:
p = bokeh.plotting.figure(
plot_width=1350, plot_height=400,
min_border_right=14…)
p.sizing_mode = 'stretch_both'
setting plot_width, plot_height and sizing_mode (multiple diff values) seem to interact. Didn't work it out yet.