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

Window popping up while off_screen set to be true. #478

Open
109021017 opened this issue Aug 5, 2021 · 0 comments
Open

Window popping up while off_screen set to be true. #478

109021017 opened this issue Aug 5, 2021 · 0 comments

Comments

@109021017
Copy link

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:

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
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

No branches or pull requests

1 participant