Commit 149e7fb
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 5703ac4 commit 149e7fb
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 | |
|---|---|---|---|
| |||
3329 | 3329 | | |
3330 | 3330 | | |
3331 | 3331 | | |
3332 | | - | |
3333 | | - | |
3334 | | - | |
3335 | | - | |
3336 | | - | |
3337 | | - | |
3338 | | - | |
| 3332 | + | |
| 3333 | + | |
| 3334 | + | |
| 3335 | + | |
3339 | 3336 | | |
3340 | 3337 | | |
3341 | 3338 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3147 | 3147 | | |
3148 | 3148 | | |
3149 | 3149 | | |
3150 | | - | |
3151 | | - | |
3152 | | - | |
3153 | | - | |
| 3150 | + | |
| 3151 | + | |
| 3152 | + | |
| 3153 | + | |
| 3154 | + | |
| 3155 | + | |
| 3156 | + | |
| 3157 | + | |
| 3158 | + | |
| 3159 | + | |
| 3160 | + | |
| 3161 | + | |
| 3162 | + | |
3154 | 3163 | | |
3155 | | - | |
3156 | | - | |
3157 | | - | |
| 3164 | + | |
| 3165 | + | |
| 3166 | + | |
| 3167 | + | |
| 3168 | + | |
3158 | 3169 | | |
3159 | 3170 | | |
3160 | 3171 | | |
| |||
0 commit comments