From 0e306de0a99e9686a97112d9e9c67de4d61f0d30 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Sat, 30 Dec 2023 18:57:59 +0900 Subject: [PATCH] Update README.rst to remove unused option in usage --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 63168355..e8e00aa2 100644 --- a/README.rst +++ b/README.rst @@ -43,7 +43,7 @@ To visualize the model we can use PyVista. .. code-block:: python - >>> plotter = pv.Plotter(off_screen=True) + >>> plotter = pv.Plotter() >>> _ = plotter.add_mesh(mesh, show_edges=True, line_width=4, color="white") >>> _ = plotter.add_mesh(edge_source, show_edges=True, line_width=4, color="blue") >>> _ = plotter.add_points(