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

Fix #130: the user can choose whether to show the axes or not in function set_scene #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hermosaaurora
Copy link

In the latest code, the set_scene code can only suppport show_axes=True.
So maybe we can toggle it with the option self.show_axes, just in the function set_scene.
Of course it works if the users manually toggle it False after the function call set_scene, but they may not know about the argument without digging into the code, since when they initialize the Viewer class and call the set_scene function, there are no reminders.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant