Commit b69b2ee
committed
MNT/FIX: add explicit stale=True in add_* methods
In the Axes.add_* methods explicitly set the axes as stale, because
there is a new child in the draw tree. This was implicitly happening
for add_line (and may have been for others)1 parent 48c028c commit b69b2ee
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1650 | 1650 | | |
1651 | 1651 | | |
1652 | 1652 | | |
| 1653 | + | |
1653 | 1654 | | |
1654 | 1655 | | |
1655 | 1656 | | |
| |||
1672 | 1673 | | |
1673 | 1674 | | |
1674 | 1675 | | |
| 1676 | + | |
1675 | 1677 | | |
1676 | 1678 | | |
1677 | 1679 | | |
| |||
1683 | 1685 | | |
1684 | 1686 | | |
1685 | 1687 | | |
| 1688 | + | |
1686 | 1689 | | |
1687 | 1690 | | |
1688 | 1691 | | |
| |||
1701 | 1704 | | |
1702 | 1705 | | |
1703 | 1706 | | |
| 1707 | + | |
1704 | 1708 | | |
1705 | 1709 | | |
1706 | 1710 | | |
| |||
0 commit comments