3D collections do not proper handle edgecolor='face'
#18931
Labels
Difficulty: Medium
https://matplotlib.org/devdocs/devel/contribute.html#good-first-issues
Good first issue
Open a pull request against these issues if there are no active ones!
topic: mplot3d
Milestone
Bug report
Bug summary
If the edge color is
'face'
on some (all?) of the 3D version of the collections we lose that fact and end up "locking in" the first colors that we render.Code for reproduction
This test currently fails, it should pass. The issue (once #18929 is merged) fails due to the edges still being jet colored.
Matplotlib version
print(matplotlib.get_backend())
): anyThis is a good first issue because there is no API design, but medium difficulty because it will require splunking through the mplot3D code and deciding the best way to do the book keeping that the edgecolors may be "face" (which means "what ever the face colors are").
The text was updated successfully, but these errors were encountered: