Commit b71dedc
committed
Include length in ArtistList repr.
Previously, printing e.g. `ax.lines` would show a bunch of `<Line2D
object at 0x...>`. Now it's all hidden between an `<ArtistList>`,
which is useful in itself; but displaying the length of the list
(which is the main thing that could be seen from the `[<Line2D object at
0x...>` representation) is useful at least for debugging purposes.1 parent 07fd38f commit b71dedc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1347 | 1347 | | |
1348 | 1348 | | |
1349 | 1349 | | |
1350 | | - | |
| 1350 | + | |
1351 | 1351 | | |
1352 | 1352 | | |
1353 | 1353 | | |
| |||
0 commit comments