This repository was archived by the owner on Apr 5, 2019. It is now read-only.
Commit ae66d0e
committed
Fix bug in append method
The append method contains a bug when it appends to a legend that has
been permuted previously or if the parent axes children have been
sorted differently after the legend has been modified. Append assumes
the parent axes children are in the same order as the current legend
PlotChildren, which may not be the case. For example, after permuting
the legend entries, this order may have changed.1 parent e3a54de commit ae66d0e
1 file changed
Lines changed: 21 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
65 | 77 | | |
66 | 78 | | |
67 | 79 | | |
| |||
0 commit comments