升级到Bokeh 2.1.1之后,该图未显示在网站上

问题描述

Blockquote 从bokeh.io导入output_file 从bokeh.plotting导入图中显示

x = [1,2,1]
y = [1,1,2]

output_file('first_glyphs.html',title ='第一字形')

fig = figure(title='My Coordinates',plot_height=300,plot_width=300,x_range=(0,3),y_range=(0,toolbar_location=None)
fig.circle(x=x,y=y,color='green',size=10,alpha=0.5)
show(fig)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)