-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels