I get this error and would like to know what to do to eliminate it and
also what it means:
C:\Python25\lib\site-packages\matplotlib\axes.py:2571:
UserWarning: Attempting to set identical bottom==top results
in singular transformations; automatically expanding.
bottom=0, top=0 + 'bottom=%s, top=%s') % (bottom, top))
This is with Matplotlib 1.0.0.
Thank you,
Che