control.pole_zero_subplots
- control.pole_zero_subplots(nrows, ncols, grid=None, dt=None, fig=None, scaling=None, rcParams=None)[source]
Create axes for pole/zero plot.
- Parameters
- nrows, ncolsint
Number of rows and columns.
- gridTrue, False, or ‘empty’, optional
Grid style to use. Can also be a list, in which case each subplot will have a different style (columns then rows).
- dttimebase, option
Timebase for each subplot (or a list of timebases).
- scaling‘auto’, ‘equal’, or None
Scaling to apply to the subplots.
- fig
matplotlib.figure.Figure
Figure to use for creating subplots.
- rcParamsdict
Override the default parameters used for generating plots. Default is set by
config.defaults['ctrlplot.rcParams']
.
- Returns
- ax_arrayndarray
2D array of axes.