psychopy.tools.plottools

Functions and classes related to plotting

psychopy.tools.plottools.plotFrameIntervals(intervals)[source]

Plot a histogram of the frame intervals.

Where intervals is either a filename to a file, saved by Window.saveFrameIntervals, or simply a list (or array) of frame intervals


Back to top