Put x-axis at the top of a Bokeh figure

ⅰ亾dé卋堺 提交于 2019-12-10 19:52:29

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!