Example #1
0
 def imag(self) :
     """Use self.imag in a plot to plot only the imag part"""
     return _Plot_Wrapper_Partial_Reduce(self,RI='I')
Example #2
0
 def real(self) : 
     """Use self.real in a plot to plot only the real part"""
     return _Plot_Wrapper_Partial_Reduce(self,RI='R')