skrf.plotting.plot_logsigma¶
- skrf.plotting.plot_logsigma(self, label_axis=True, *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()