Is there any descent library for plotting that supports 3d plotting and animations?

I am looking for something similar to Matplotlib or ggplot, preferably open source or provided by Apple. Does such thing exist?

Thanks.

Nothing currently, although there are some open source libraries to help with baseline mesh generation - Euclid Euclid – Swift Package Index being one (more focused on SceneKit integration) and RealityUI RealityUI – Swift Package Index as another (focused more on RealityKit).

Animations, as you might expect, sort of require a bit tighter binding into a specific framework at the moment. RealityUI starts to teach in there (for RealityKit integration) where Euclid focused more on procedural mesh generation.