Skip to content

Commit f3042ef

Browse files
fix: Example
1 parent 777b085 commit f3042ef

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/00-basic-pyvista-examples/qt_backend.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@
5656
# Parallel VTK window
5757
# ===================
5858

59-
cube = pv.Cube()
60-
pv_backend = PyVistaBackend(use_qt=True, show_qt=False)
61-
pl = Plotter(backend=pv_backend)
62-
pl.plot(cube)
63-
pl.backend.enable_widgets()
64-
pl.backend.pv_interface.scene.show()
65-
6659
sphere = pv.Sphere()
6760

6861
pl_parallel = Plotter()

0 commit comments

Comments
 (0)