Cheat Sheet: errorbar(X, Y, xerr, yerr, …)
|
\plot{advanced-errorbar.pdf}{\textbf{errorbar}(X,Y,xerr,yerr, …)} |
shows the wrong order of xerr/yerr arguments, compared to the
matplotlib source code: errorbar(X, Y, yerr, xerr, …)
https://github.com/matplotlib/matplotlib/blob/3c1757a567c58e41e565313af2d3bcdc52076b43/lib/matplotlib/axes/_axes.py#L3914-L3919
Cheat Sheet:
errorbar(X, Y, xerr, yerr, …)cheatsheets/cheatsheets.tex
Line 445 in 444344a
shows the wrong order of xerr/yerr arguments, compared to the
matplotlib source code:
errorbar(X, Y, yerr, xerr, …)https://github.com/matplotlib/matplotlib/blob/3c1757a567c58e41e565313af2d3bcdc52076b43/lib/matplotlib/axes/_axes.py#L3914-L3919