skrf.plotting.subplot_params

skrf.plotting.subplot_params(ntwk, param='s', proj='db', size_per_port=4, newfig=True, add_titles=True, keep_it_tight=True, subplot_kw=None, **kwargs)[source]

Plot all networks parameters individually on subplots.

Parameters:
  • ntwk (Network) – Network to get data from.

  • param (str, optional) – Parameter to plot, by default ‘s’

  • proj (str, optional) – Projection type, by default ‘db’

  • size_per_port (int, optional) – by default 4

  • newfig (bool, optional) – by default True

  • add_titles (bool, optional) – by default True

  • keep_it_tight (bool, optional) – by default True

  • subplot_kw (dict, optional) – by default {}

Returns:

  • f (matplotlib.pyplot.Figure) – Matplotlib Figure

  • ax (matplotlib.pyplot.Axes) – Matplotlib Axes