Reposition matplotlib.use() call in velocity_dependant_scan.py.
authorW. Trevor King <wking@drexel.edu>
Wed, 20 Oct 2010 07:10:51 +0000 (03:10 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 20 Oct 2010 07:10:51 +0000 (03:10 -0400)
commit0e0980d09a0aac2f93d0df4a0338025ae98ab175
treece086f87750728871172ba841409dc8e4d2e6787
parent588fcff6140fd9de0b60df54b012d827fe734baa
Reposition matplotlib.use() call in velocity_dependant_scan.py.

This fixes:

.../matplotlib/__init__.py:833: UserWarning:
This call to matplotlib.use() has no effect because the the backend
has already been chosen; matplotlib.use() must be called *before*
pylab, matplotlib.pyplot, or matplotlib.backends is imported for the
first time.
pysawsim/velocity_dependant_scan.py