I use fig = go.Figure()
Everytime I do fig.show(), it opens a new window in the browser, I want it to show in the same window so that I can see the realtime updating image.
Or is there other way to real time plot?
I use fig = go.Figure()
Everytime I do fig.show(), it opens a new window in the browser, I want it to show in the same window so that I can see the realtime updating image.
Or is there other way to real time plot?