Resistribute vib_analyze pylab.hold()s to avoid auto-generated axis.
authorW. Trevor King <wking@drexel.edu>
Wed, 26 Nov 2008 21:07:58 +0000 (16:07 -0500)
committerW. Trevor King <wking@drexel.edu>
Wed, 26 Nov 2008 21:07:58 +0000 (16:07 -0500)
commit3ca8607af42119f280da77cc7fcfe3242dc38dbc
treeb0aec377132cd129b687fce1caebf6e75df3ccad
parent742d8470acbdeacb89eeea694001709d01a6d78b
Resistribute vib_analyze pylab.hold()s to avoid auto-generated axis.

With the previous setup, the first call to hold() created a subplot(111)
axis that the rest of the subplots wrote over.  Ugly.  Better now.
calibcant/vib_analyze.py