Skip to content

Commit

Permalink
Fix plot in intro (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Jul 8, 2024
1 parent e0766b8 commit 71bdafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/00_intro/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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() |
Expand Down

1 comment on commit 71bdafe

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.