pyvistaqt icon indicating copy to clipboard operation
pyvistaqt copied to clipboard

BackgroundPlotter doesn't show when use plotter.show()

Open zhengliuer opened this issue 3 years ago • 1 comments

Hi, this is my code

import pyvista as pv
from pyvistaqt import BackgroundPlotter

p = BackgroundPlotter(show=False)
p.show()

I set the BackgroundPlotter show=False, according to the doc, after I call plotter.show(), it should show, but not.

zhengliuer avatar Nov 17 '21 18:11 zhengliuer

OK, I use plotter.app_window.show() and it shows again. But when I call it again after closing the window, it's got nothing like this image

zhengliuer avatar Nov 17 '21 18:11 zhengliuer