Passes all events that are either inside or outside the polygon.
| Parameters: | vert : list of 2-tuples
channels : [‘channel 1 name’, ‘channel 2 name’]
region : [‘in’, ‘out’]
name : str
|
|---|
Methods
| plot([flip, ax_channels, ax]) | Plots the gate. |
| validiate_input() | Optional method to be defined by derived class |
Plots the gate.
| Parameters: | ax : axes to use for plotting the gate on flip : boolean
|
|---|---|
| Returns: | Reference to created artists. : |