scitools.MovingPlotWindow

Manag a moving plot window to display very long time series.

class scitools.MovingPlotWindow.MovingPlotWindow(window_width, dt, yaxis=[-1, 1], mode='continuous movement', pause=1.5)[source]

Methods

axis()
plot(n) Given time step number n in the time series,
update(n)
axis()[source]
plot(n)[source]

Given time step number n in the time series, return True if the plot is to be drawn, False otherwise.

update(n)[source]

Previous topic

scitools.modulecheck

This Page