Plotter

For conceptual usage, see:

class pyrogue.pydm.widgets.Plotter(parent=None, init_channel=None)[source]

PyDM widget that displays an incoming matplotlib figure published by a pyrogue Variable.

Parameters:
  • parent (QWidget | None, default: None) – Parent Qt widget.

  • init_channel (str | None, default: None) – Initial Rogue channel address.

connection_changed(connected)[source]

Build the layout after the first successful channel connection.

Return type:

None

Parameters:

connected (bool)

value_changed(new_val)[source]

Replace the displayed plot with the latest figure object.

Return type:

None

Parameters:

new_val (object)