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

Module Plot

source code

Plot.py - Classes for plotting standard impedance plots are defined here.

TODO: cleanup, redesign and maybe elimination.

Classes [hide private]
  ImpedancePlot
Class for generating standard impedance plot with pylab
Variables [hide private]
  LINESTYLES = ('-', '--', '-.', ':', '.', ',', 'o')
  CUSTOMDASHES = ((None, None), (5, 2), (4, 2, 1, 1), (2, 2))
  COLORS = ('blue', 'red', 'green')