Package wiat :: Module Plot :: Class ImpedancePlot
[hide private]
[frames] | no frames]

Class ImpedancePlot

source code

Class for generating standard impedance plot with pylab

Instance Methods [hide private]
 
__init__(self, title_string, listtoplot, maximalists=None) source code
 
plot(self, style='lin', title=True, fsize=(20, 12), xlim=(100, 4500))
Plot the figure.
source code
 
save(self, filename=None)
Save the figure to a file.
source code
Method Details [hide private]

plot(self, style='lin', title=True, fsize=(20, 12), xlim=(100, 4500))

source code 

Plot the figure.

You have to do a pylab.show() to see it.

save(self, filename=None)

source code 

Save the figure to a file.

the file name is made from the figure title if not provided.