{{ message }}
Commit 4507a59
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 change1 parent 2753cf5 commit 4507a59
4 files changed
Lines changed: 69 additions & 17 deletions
File tree
- doc/users/next_whats_new
- examples/lines_bars_and_markers
- lib/matplotlib
- axes
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
33 | 38 | | |
| 39 | + | |
34 | 40 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3151 | 3151 | | |
3152 | 3152 | | |
3153 | 3153 | | |
3154 | | - | |
3155 | | - | |
3156 | | - | |
3157 | | - | |
| 3154 | + | |
| 3155 | + | |
| 3156 | + | |
| 3157 | + | |
| 3158 | + | |
| 3159 | + | |
| 3160 | + | |
| 3161 | + | |
3158 | 3162 | | |
3159 | 3163 | | |
3160 | 3164 | | |
| |||
3199 | 3203 | | |
3200 | 3204 | | |
3201 | 3205 | | |
3202 | | - | |
| 3206 | + | |
| 3207 | + | |
| 3208 | + | |
| 3209 | + | |
| 3210 | + | |
| 3211 | + | |
| 3212 | + | |
| 3213 | + | |
| 3214 | + | |
3203 | 3215 | | |
3204 | | - | |
| 3216 | + | |
3205 | 3217 | | |
3206 | 3218 | | |
3207 | 3219 | | |
| |||
3310 | 3322 | | |
3311 | 3323 | | |
3312 | 3324 | | |
3313 | | - | |
| 3325 | + | |
| 3326 | + | |
3314 | 3327 | | |
3315 | 3328 | | |
3316 | 3329 | | |
| |||

0 commit comments