Commit 0225617
committed
FIX: Make stem() baseline follow the curvature in polar plots
Note: There's precedence for a similar special-casing on polar Axes for errorbars:
https://github.com/matplotlib/matplotlib/blob/3fb9c0961b5c8d5753c88ac37c08cda58a4b7839/lib/matplotlib/axes/_axes.py#L37981 parent 3fb9c09 commit 0225617
2 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3194 | 3194 | | |
3195 | 3195 | | |
3196 | 3196 | | |
| 3197 | + | |
| 3198 | + | |
3197 | 3199 | | |
3198 | 3200 | | |
3199 | 3201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4617 | 4617 | | |
4618 | 4618 | | |
4619 | 4619 | | |
| 4620 | + | |
| 4621 | + | |
| 4622 | + | |
| 4623 | + | |
| 4624 | + | |
| 4625 | + | |
| 4626 | + | |
| 4627 | + | |
| 4628 | + | |
| 4629 | + | |
| 4630 | + | |
4620 | 4631 | | |
4621 | 4632 | | |
4622 | 4633 | | |
| |||
0 commit comments