I\'m just starting to use Bokeh. Below I create some args I use for the rect figure.
x_length = var_results.index * 5.5
Multiplying the ind
As an alternative to rotation, you set the orientation to a fixed value:
p.xaxis.major_label_orientation = "vertical"
should do what you want, too.