categorical y-axis and datetime x-axis with Bokeh vbar plot

左心房为你撑大大i 提交于 2019-12-06 09:48:40

Just ran into this problem myself. With a datetime x-axis, the vbar width needs to be huge since the datetime axis must have a resolution of milliseconds.

width=3600000 (3.6 million) gives bar widths of 1 hour, for example.

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