Skip to content

Commit e1f77b5

Browse files
authored
Merge pull request #200 from SFr682k/fix-errorbar-argument-order
Fix argument order in errorbar() (fixes #199)
2 parents 444344a + 6a553da commit e1f77b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cheatsheets.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,12 +442,12 @@
442442
\optional{bootstrap},
443443
\optional{widths} }
444444
{}
445-
\plot{advanced-errorbar.pdf}{\textbf{errorbar}(X,Y,xerr,yerr, …)}
445+
\plot{advanced-errorbar.pdf}{\textbf{errorbar}(X,Y,yerr,xerr, …)}
446446
{https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.errorbar.html}
447447
{ \mandatory{X},
448448
\mandatory{Y},
449-
\optional{xerr},
450449
\optional{yerr},
450+
\optional{xerr},
451451
\optional{fmt} }
452452
{}
453453
\plot{advanced-hist.pdf}{\textbf{hist}(X, bins, …)}

0 commit comments

Comments
 (0)