Exemple #1
0
def plotly_stream(x, y1, y2):
    s_1.write(dict(x=x, y=y1))
    s_2.write(dict(x=x, y=y2))
def plotly_stream(x,y1,y2):
    s_1.write(dict(x=x, y=y1))
    s_2.write(dict(x=x, y=y2))