Skip to content

Commit 2ec8d3c

Browse files
committed
updated readme
1 parent 0f2aab0 commit 2ec8d3c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ From source at `GitHub <https://github.com/akaszynski/tetgen>`__
2929
3030
Basic Example
3131
-------------
32-
The features of the C++ TetGen software implemented in this module are primarily focused on tetrahedralizing a manifold triangular surface. This basic example demonstrates how to tetrahedralize a manifold surface and plot part of the mesh.
32+
The features of the C++ TetGen software implemented in this module are primarily focused on the tetrahedralization a manifold triangular surface. This basic example demonstrates how to tetrahedralize a manifold surface and plot part of the mesh.
3333

3434
.. code:: python
3535
@@ -44,7 +44,10 @@ The features of the C++ TetGen software implemented in this module are primarily
4444
grid = tet.grid
4545
grid.Plot()
4646
47-
.. image:: https://github.com/akaszynski/tetgen/raw/master/docs/images/sphere.png
47+
.. figure:: https://github.com/akaszynski/tetgen/raw/master/docs/images/sphere.png
48+
:width: 300pt
49+
50+
Tetrahedralized Sphere
4851

4952
Extract a portion of the sphere's tetrahedral mesh below the xy plane and plot the mesh quality.
5053

0 commit comments

Comments
 (0)