def update():
# Compute new y values: y
y = np.sin(x) + np.random.random(N)
# Update the ColumnDataSource data dictionary
source.data = {'x': x, 'y': y}
# Add the update callback to the button
DatVis_Bokeh_Intr_App_Build_4.py 文件源码
python
阅读 17
收藏 0
点赞 0
评论 0
评论列表
文章目录