We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Black window popping up while off_screen set to be true. The title of the window is 'Visualization Toolkit-OpenGL'.
Here's the code I'm running:
import pyvista as pv p = pv.Plotter(off_screen=True) p.add_mesh(pv.Sphere()) p.show()
I'm running this on Ubuntu 20.04 with
vtk==8.1.2 pyvista==0.31.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Black window popping up while off_screen set to be true.
The title of the window is 'Visualization Toolkit-OpenGL'.
Here's the code I'm running:
I'm running this on Ubuntu 20.04 with
The text was updated successfully, but these errors were encountered: