How can I resolve this warning ?
/usr/lib64/python2.4/site-packages/matplotlib/__init__.py:948:
UserWarning: Bad val "free" on line #183
"image.aspect : free # free | preserve"
in file "/home/nwagner/.matplotlib/matplotlibrc"
not a valid aspect specification
warnings.warn('Bad val "%s" on line #%d\n\t"%s"\n\tin file "%s"\n\t%s' % (
Nils