Add a single curve into the pool of curves averaged together
Enable auto-scaling. The plot will continuously scale to fit the boundaries of its data.
Called when a linked plot has changed its X scale
Called when a linked plot has changed its Y scale
Add and return a new plot. See PlotDataItem.__init__ for data arguments
Set the label for an axis. Basic HTML formatting is allowed. Arguments:
axis - must be one of ‘left’, ‘bottom’, ‘right’, or ‘top’ text - text to display along the axis. HTML allowed. units - units to display after the title. If units are given,
then an SI prefix will be automatically appended and the axis values will be scaled accordingly. (ie, use ‘V’ instead of ‘mV’; ‘m’ will be added automatically)
Set the title of the plot. Basic HTML formatting is allowed. If title is None, then the title will be hidden.
Link this plot’s X axis to another plot (pass either the PlotItem/PlotWidget or the registered name of the plot)
Link this plot’s Y axis to another plot (pass either the PlotItem/PlotWidget or the registered name of the plot)
Show or hide one of the plot’s axes. axis must be one of ‘left’, ‘bottom’, ‘right’, or ‘top’
Show or hide one of the plot’s axis labels (the axis itself will be unaffected). axis must be one of ‘left’, ‘bottom’, ‘right’, or ‘top’
Plot graphics item that can be added to any graphics scene. Implements axis titles, scales, interactive viewbox.
Update the list of all plotWidgets in the “link” combos
Set plot to autoscale or not depending on state of radio buttons
Set plot to autoscale or not depending on state of radio buttons
return the screen geometry of the viewbox