Skip to content

Commit b5995f1

Browse files
fix: Revert code block comment in examples
1 parent a4ed118 commit b5995f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
# =======================
4545
# .. code-block:: python
4646
#
47-
cube = pv.Cube()
48-
pv_backend = PyVistaBackend(use_qt=True)
49-
pl = Plotter(backend=pv_backend)
50-
pl.plot(cube)
51-
pl.show()
52-
47+
# cube = pv.Cube()
48+
# pv_backend = PyVistaBackend(use_qt=True)
49+
# pl = Plotter(backend=pv_backend)
50+
# pl.plot(cube)
51+
# pl.show()
52+
#
5353

5454

5555
#####################

0 commit comments

Comments
 (0)