Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When set axes=6, the bounds only create for one objects. #1210

Open
Poisoned opened this issue Dec 5, 2024 · 0 comments
Open

When set axes=6, the bounds only create for one objects. #1210

Poisoned opened this issue Dec 5, 2024 · 0 comments
Labels

Comments

@Poisoned
Copy link
Contributor

Poisoned commented Dec 5, 2024

Show two spheres, it behaves like this:

s1 = vedo.Sphere(r=0.3, pos=(3, 3, 3))
s2 = vedo.Sphere(r=0.3, pos=(-3, -3, -3))
plt = vedo.Plotter()
plt.show(s1, s2, axes=6)

issue

@marcomusy marcomusy added the bug label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants