Skip to content

combine error bars and points #129

Description

@esheldon

The idea here is that points and their error bars really should be tied together

currently in PlotKey the error bar does not show, which can be confusing I think.

also error bars are not themselves fully fledged objects in some way I don't understand; for example they cannot have labels and thus you can't use them by themselves and put that in a PlotKey.

So maybe we can combine error bars and Points. This would also be convenient. e.g.

# standard symmetric y error bars
pts = Points(x, y, yerr=yerr)

# both x and y
pts = Points(x, y, xerr=xerr, yerr=yerr)

# asymmetric y error bars
pts = Points(x, y, ylow=ylow, yhigh=yhigh)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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