Commit 357db6d
committed
Fix missing Patch3DCollection._z_markers_idx
The issue is introduced by commit f888285: attribute
`Patch3DCollection._z_markers_idx` is used within
`_maybe_depth_shade_and_sort_colors()` function, but is never assigned.
The same changes were done in the `Path3DCollection` class, but there
attribute is set correctly within `set_3d_properties()` function.
Assuming this is the expected behaviour, this commit also sets
`_z_markers_idx` in `Patch3DCollection.set_3d_properties()`1 parent 3cf46cb commit 357db6d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
| 465 | + | |
465 | 466 | | |
466 | 467 | | |
467 | 468 | | |
| |||
0 commit comments