fastplotlib.Synchronizer

class Synchronizer(*selectors, key_bind='Shift')[source]

Synchronize the movement of Selectors. Selectors will move in sync only when the selected “key_bind” is used during the mouse movement event. Valid key binds are: "Control", "Shift" and "Alt". If key_bind is None then the selectors will always be synchronized.

Parameters:
  • selectors (LinearSelector) – selectors to synchronize

  • key_bind (str, default "Shift") – one of "Control", "Shift" and "Alt" or None