gui.objects.graph package

Submodules

gui.objects.graph.hitobject_plot module

class gui.objects.graph.hitobject_plot.HitobjectPlot(start_times, end_times, h_types, y_pos=0)

Bases: pyqtgraph.graphicsItems.GraphItem.GraphItem

HITOBJECT_RADIUS = 40
update_data(start_times, end_times, h_types, y_pos=0)

gui.objects.graph.line_plot module

class gui.objects.graph.line_plot.LinePlot

Bases: pyqtgraph.graphicsItems.PlotCurveItem.PlotCurveItem

update_data(data_x, data_y)
update_xy(data_x, data_y)

gui.objects.graph.scatter_plot module

class gui.objects.graph.scatter_plot.ScatterPlot

Bases: pyqtgraph.graphicsItems.ScatterPlotItem.ScatterPlotItem

update_data(data_x, data_y)

Module contents