pyporegui.widgets.event_analysis_plot_widget module

class pyporegui.widgets.event_analysis_plot_widget.EventAnalysisPlotWidget[source]

Bases: pyqtgraph.widgets.GraphicsLayoutWidget.GraphicsLayoutWidget

__init__()[source]
add_selections(file_names, params)[source]

Plots event statistics.

on_scatter_points_clicked(plot, points)[source]

Callback for when a scatter plot points are clicked. Highlights the points and un-highlights previously selected points.

plot should be a MyScatterPlotItem points should be a MySpotItem

remove_filter(index)[source]
staticMetaObject = <PySide.QtCore.QMetaObject object at 0x59cc908>