8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@mariosky reported in #1335 the following, which we rather move to a new issue than keeping it there to not lose it:
When I run the scripts with matplotlib version 2.0.0 a Warning is printed: ECDF graphs per function... /Users/mario/.local/lib/python2.7/site-packages/cocopp-2.0.1-py2.7.egg/cocopp/ppfig.py:487: RuntimeWarning: invalid value encountered in log10 min([min(xdata), ax_limits[0], ax_limits[1]]) + 0.5) # np.log10(xdata[-1]) - np.log10(xdata[0]) This occurs in Win, Mac, Ubuntu
When I run the scripts with matplotlib version 2.0.0 a Warning is printed:
ECDF graphs per function... /Users/mario/.local/lib/python2.7/site-packages/cocopp-2.0.1-py2.7.egg/cocopp/ppfig.py:487: RuntimeWarning: invalid value encountered in log10 min([min(xdata), ax_limits[0], ax_limits[1]]) + 0.5) # np.log10(xdata[-1]) - np.log10(xdata[0]) This occurs in Win, Mac, Ubuntu
The text was updated successfully, but these errors were encountered:
Improved corner case and case of negative xlim()[0] when computing ma…
a47346c
…rker positions. Addresses issue #1345 (hopefully). modified: code-postprocessing/cocopp/ppfig.py
Addressed in commit a47346c
Sorry, something went wrong.
nikohansen
No branches or pull requests
@mariosky reported in #1335 the following, which we rather move to a new issue than keeping it there to not lose it:
The text was updated successfully, but these errors were encountered: