components.io.plotdata

class PlotData(config={}, **kwds)[source]

Bases: Component

Plot data on a graph.

The input frame’s data should be a 2-D numpy.ndarray. The first row contains horizontal (X) coordinates and the remaining rows contain corresponding Y values.

event_loop

alias of QtEventLoop


Comments or questions? Please email jim@jim-easterbrook.me.uk.