Commit abd3a25
committed
Draw unfilled hist()s with the zorder of lines.
Unfilled hist()s (`histtype="step"`) are technically drawn as Patches
with `fill=False`, but they are effectively lines and should therefore
be drawn above gridlines (like Line2D), not below (like Patch). Change
their default zorder accordingly.1 parent 3232f58 commit abd3a25
3 files changed
Lines changed: 19 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6769 | 6769 | | |
6770 | 6770 | | |
6771 | 6771 | | |
6772 | | - | |
| 6772 | + | |
| 6773 | + | |
6773 | 6774 | | |
6774 | 6775 | | |
6775 | 6776 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1903 | 1903 | | |
1904 | 1904 | | |
1905 | 1905 | | |
| 1906 | + | |
| 1907 | + | |
| 1908 | + | |
| 1909 | + | |
| 1910 | + | |
| 1911 | + | |
| 1912 | + | |
| 1913 | + | |
| 1914 | + | |
| 1915 | + | |
| 1916 | + | |
| 1917 | + | |
1906 | 1918 | | |
1907 | 1919 | | |
1908 | 1920 | | |
| |||
0 commit comments