Commit 1c59fb0
committed
Fix errorbar property cycling to match plot.
It would not cycle if a color were specified. However, this does not
match `plot`, which does not advance the cycle only if _all_ properties
in the cycle are specified. Notably, this means if your property cycle
was for line style, specifying a color would ignore the cycle in
`errorbar`, but not in `plot`.
Fixes #7074.1 parent 187e87b commit 1c59fb0
5 files changed
Lines changed: 53 additions & 14 deletions
File tree
- doc
- api/next_api_changes/behavior
- users/next_whats_new
- lib/matplotlib
- axes
- tests
- baseline_images/test_axes
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3277 | 3277 | | |
3278 | 3278 | | |
3279 | 3279 | | |
3280 | | - | |
3281 | | - | |
3282 | | - | |
3283 | | - | |
3284 | | - | |
3285 | | - | |
3286 | | - | |
| 3280 | + | |
| 3281 | + | |
| 3282 | + | |
| 3283 | + | |
3287 | 3284 | | |
3288 | 3285 | | |
3289 | 3286 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3118 | 3118 | | |
3119 | 3119 | | |
3120 | 3120 | | |
3121 | | - | |
3122 | | - | |
3123 | | - | |
3124 | | - | |
| 3121 | + | |
| 3122 | + | |
| 3123 | + | |
| 3124 | + | |
| 3125 | + | |
| 3126 | + | |
| 3127 | + | |
| 3128 | + | |
| 3129 | + | |
| 3130 | + | |
| 3131 | + | |
| 3132 | + | |
| 3133 | + | |
3125 | 3134 | | |
3126 | | - | |
3127 | | - | |
3128 | | - | |
| 3135 | + | |
| 3136 | + | |
| 3137 | + | |
| 3138 | + | |
| 3139 | + | |
3129 | 3140 | | |
3130 | 3141 | | |
3131 | 3142 | | |
| |||
0 commit comments