The following python code produces a figure with a very odd axis offset. Is this a bug or intended behavior?
I'm using Python 2.7 and Matplotlib 1.3.1
import matplotlib.pyplot as plt
plt.plot([680e-3-20.0, 720e-3-20.0])
The Y-Axis range is -0.04 to 0 with an offset of -1.928e1. I would expect the offset to be present in the axis labeling.
Unfortunately I can not post the plot image due to a lack of "reputations"
Looking forward for your comments.