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 回答1: Pass x_axis_location="above" to bokeh.plotting.figure 来源: https://stackoverflow.com/questions/39107360/put-x-axis-at-the-top-of-a-bokeh-figure