我正在使用bokeh背景,我想在现有图形中添加新行。 自动取款机我必须重新创建整个情节。 理念: 将每条绘制的线以某种方式保存在redis中。
figure_id.line(value["x_axis_name"], value["y_axis_name"], source=source, alpha=1
, color=colours[value["colour_cnt"]], legend=value["legend_name"],
name=value["legend_name"], line_width=2)
不是重新创建plot.line,而是从redis接收它。 在创建和测试此解决方案之前,我想知道是否有更好的方法