Skip to content

Commit 1692b44

Browse files
committed
Update README.rst
1 parent 297a8b2 commit 1692b44

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

README.rst

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,13 @@ respectively. Please see the NURBS-Python_ documentation for details on the inpu
2222
Visualization
2323
-------------
2424

25-
The following examples illustrate usage of the optional visualization component:
25+
All examples in this repository tries to illustrate some parts of the Matplotlib visualization implementation,
26+
``VisMPL`` class. ``VisMPL`` is designed to be a representative class for future visualization extensions therefore,
27+
it might not be a perfect fit for advanced visualization purposes. More advanced visualization options and some
28+
example figures with the instructions on how to generate them can be found under ``visualization/`` directory.
2629

27-
**2D Curves:**
28-
29-
* ``curve2d/ex_curve01.py``
30-
* ``curve2d/ex_curve02.py``
31-
* ``curve2d/ex_curve03.py``
32-
33-
**3D Curves:**
34-
35-
* ``curve3d/ex_curve3d01.py``
36-
* ``curve3d/ex_curve3d02.py``
37-
38-
**Surfaces:**
39-
40-
* ``surface/ex_surface01.py``
41-
* ``surface/ex_surface02.py``
42-
* ``surface/ex_surface03.py``
43-
44-
More advanced visualization options and some example figures with the instructions on how to generate them can be
45-
found under ``visualization/`` directory.
30+
All the examples should work fine with the latest version of NURBS-Python_, but they might or might not work with the
31+
older versions.
4632

4733
Branch Information
4834
==================

0 commit comments

Comments
 (0)