Re: [Matplotlib-users] Live Scrolling Matplotlib graph

2015-06-03 Thread Benjamin Root
The plot will autoscale base on the data that has been plotted to it. In your code, you are repeatedly calling plot(), albeit with a "scrolled" version of the data, but all of the previous calls to plot() are still visible. Also, no x-coordinate information is provided to the calls to plot(), so ea

[Matplotlib-users] Live Scrolling Matplotlib graph

2015-06-03 Thread Alejandro Ureta
Hi, I am trying to get a live scrolling graph built from data send by two arduino sensors. Although live data is being shown in the graph I am not able to get it scrolling. The arduino and Python codes I am working with are included below. I would very much appreciate if you can help me getting t