From 672bb8703792dacb99adab929eeaa8e816d5aa9c Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Mon, 19 Aug 2024 16:35:35 +0900 Subject: [PATCH] Update width of image from 512 to 400 in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ce79681..6d66e8a7 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ plotter.show(cpos="xy") ```

- +

We can also generate a 3D mesh. @@ -97,7 +97,7 @@ plotter.show() ```

- +

We can clip a mesh by a plane by specifying the origin and normal. @@ -110,7 +110,7 @@ clipped = delaunay_3d.mesh.clip( ```

- +

## License