Skip to content

indicate_error for x direction #194

@kinyatoride

Description

@kinyatoride

Description

It would be really nice if indicate_error can also show error bars in x direction.

Steps to reproduce

import numpy as np
import proplot as plot

x = np.arange(10)
rng = np.random.default_rng()
y = rng.standard_normal((100, 10))

fig, ax = plot.subplots()
ax.plot(y, x, means=True)

Equivalent steps in matplotlib

errorbar has the xerr option to do this

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions