skrf.networkSet.NetworkSet.plot_logsigma

NetworkSet.plot_logsigma(*args, **kwargs)[source]

Plot the uncertainty for the set in units of log-sigma.

Log-sigma is the complex standard deviation, plotted in units of dB’s.

Parameters:
  • label_axis (bool, optional) – Default is True.

  • *args (arguments) – passed to self.std_s.plot_s_db()

  • **kwargs (arguments) – passed to self.std_s.plot_s_db()