plots a component of the residual errors on the Calibration-plane.
- takes:
- attribute: name of ploting method of Network class to call
- possible options are:
- ‘mag’, ‘db’, ‘smith’, ‘deg’, etc
*args,**kwargs: passed to plot_s_‘atttribute’()
note:
the residuals are calculated by:
(self.apply_cal(self.measured[k])-self.ideals[k])