dfki-ric / pytransform3d

3D transformations for Python.
https://dfki-ric.github.io/pytransform3d/
Other
615 stars 63 forks source link

Plot multiple spheres #233

Closed BobbyCephy closed 1 year ago

BobbyCephy commented 1 year ago

plot_sphere can also be called with multiple centers, so the sin cos meshgrid does not have to be recomputed.

AlexanderFabisch commented 1 year ago

I am currently a bit busy, but will take a look soon.

AlexanderFabisch commented 1 year ago

I edited the PR and merged it to develop-3. It will be part of release 3.0.0. Thanks for your contribution!

Some changes that I made: