-
Notifications
You must be signed in to change notification settings - Fork 2
feat: more customization APIs #466
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
base: feat/customization-api
Are you sure you want to change the base?
Conversation
ba450bd to
4358e39
Compare
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
|
Thanks for moving the changes here! On the For the clear method, I still think it kind of leads to confusion for users. I think it leads to think that the flow would be something like this: plotter.plot(mesh)
plotter.show()
plotter.clear()
plotter.plot(mesh)which breaks for PyVista, our major backend. We could make a workaround in the PyVista backend by recreating the plotter instance after a I understand your interactive argument, but it compromises scripting and coding in my opinion. What do yout think? Do you see any way of clarifying this for the users elegantly? |
See #465 for context.