You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added ability to offset errorbars when using errorevery. (#6280)
* Added ability to offset errorbars with errorevery
In addition to adding errorbars on a subset of data points
one may add them to (2, 5, 8...) rather than (0, 3, 6...)
to avoid overlaps.
* modified errorbar_subsample example to demonstrate feature
* tests to check functionality using check_figures_equal decorator
* document new features
* style compliance fixes
* fixed example to match behavior for two-tuple arguments
* moved what's new to new what's new
* proper length heading line for .rst
* unpacked and named y, yerr, and axs (previously iterables) for clarity.
* moved error message into ValueError
made 2-argument errorevery give a more accurate error message
* tiny flake8 change
0 commit comments