Skip to content Skip to sidebar Skip to footer

Put X-axis At The Top Of A Bokeh Figure

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

Solution 1:

Pass x_axis_location="above" to bokeh.plotting.figure


Post a Comment for "Put X-axis At The Top Of A Bokeh Figure"