Commit f40b0f8
committed
Fix stepfilled histogram polygon bottom perimeter
The polygon generated by hist() when histtype='stepfilled' and bottom is not
None contained an invalid starting point with a y-value of zero resulting in a
diagonal line at the bottom of the first bin. This commit fixes the computation
of the starting point and thus removes the drawing artifacts from the first bin.1 parent 60a785d commit f40b0f8
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6796 | 6796 | | |
6797 | 6797 | | |
6798 | 6798 | | |
6799 | | - | |
6800 | | - | |
6801 | 6799 | | |
6802 | 6800 | | |
6803 | 6801 | | |
6804 | 6802 | | |
6805 | 6803 | | |
| 6804 | + | |
| 6805 | + | |
| 6806 | + | |
| 6807 | + | |
| 6808 | + | |
| 6809 | + | |
| 6810 | + | |
6806 | 6811 | | |
6807 | 6812 | | |
6808 | 6813 | | |
| |||
0 commit comments