Skip to content

Wrong argument order in errorbar() #199

Description

@SFr682k

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions