I would like to define the width of my bokeh plots excluding ylabels.
I am making a gridplot() and the subplots have different xranges, but it's important they are have the same scale.
I can define the width in proportion to their xrange, but that doesn't quite work, as the size of the y axis label, throws it off slightly.
I have a workaround, which is to estimate the size of the ylabel in pixels, then add that to the width, but it's far from an ideal solution.
As you can see the bottom panel is slightly stretched.
