From 71bdafe76e3f520a5e6434b43d75478013ffac57 Mon Sep 17 00:00:00 2001 From: Bane Sullivan Date: Mon, 8 Jul 2024 14:55:28 -0700 Subject: [PATCH] Fix plot in intro (#304) --- tutorial/00_intro/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/00_intro/README.rst b/tutorial/00_intro/README.rst index 87854232a..a59d14d2d 100644 --- a/tutorial/00_intro/README.rst +++ b/tutorial/00_intro/README.rst @@ -123,7 +123,7 @@ simple surface mesh: +-------------------------------------------+-------------------------------------+ | Using ``vtk`` | Using PyVista | +===========================================+=====================================+ -| .. code:: python | .. jupyter-execute:: | +| .. code:: python | .. pyvista-plot:: | | | | | import vtk | from pyvista import examples | | reader = vtk.vtkSTLReader() | mesh = examples.download_bunny() |