Closed GuillemRamisa closed 1 year ago
Thanks @GuillemRamisa,
I will take a look, this might be related to changes in MPL
.
I think I fixed it already in develop
when Matplotlib
3.8.0 was released as they implemented a bunch of breaking changes.
Oh and last one, because of very poor 3D plotting capabilities, we are working on a new repository that will eventually replace our current 3D definitions: https://github.com/colour-science/colour-visuals, https://colour-visuals.readthedocs.io/
Thanks @KelSolaar, that's what I thought, a while ago I tested it with an older version of MPL and it worked. Thanks for the link, I wasn't aware!
Description
When executing the colour.plotting.plot_RGB_scatter example code on the colour.science docs: colour.plotting.plot_RGB_scatter
An error message prompts, resulting on exit.
This issue can be fixed by replacing in ".../mpl_toolkits/mplot3d/axes3d.py" line 2377 from:
to:
or:
Code for Reproduction
Exception Message
Environment Information