Reputation: 57271
Is it possible to put the x-axis at the top of a Bokeh plot? If so, how?
This is similar to this question on matplotlib
Upvotes: 6
Views: 2557
Reputation: 34568
Pass x_axis_location="above" to bokeh.plotting.figure
x_axis_location="above"
bokeh.plotting.figure
Upvotes: 11