You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have reduced the error to the following code snippet which I run in a Jupyter notebook. A NaN as the first item in the series causes plt.vlines to not scale the y limits appropriately. The data values are in the thousands, but the ylimits are [-0.06, 0.06].
Of the top of my head, one way to fix this would be to check that the first element isn't null and remove it if it is. However, that feels like treating the symptom and not the cause.
Will need to dig further.
phobson
added this to the
2.0.1 (next bug fix release) milestone
Nov 4, 2016
Uh oh!
There was an error while loading. Please reload this page.
I have reduced the error to the following code snippet which I run in a Jupyter notebook. A NaN as the first item in the series causes plt.vlines to not scale the y limits appropriately. The data values are in the thousands, but the ylimits are [-0.06, 0.06].
Matplotlib version, Python version and Platform (Windows, OSX, Linux ...)
1.5.3, python 2.7.12, Linux
How did you install Matplotlib and Python (pip, anaconda, from source ...)
conda
[ ]

The text was updated successfully, but these errors were encountered: