File tree Expand file tree Collapse file tree 1 file changed +6
-20
lines changed Expand file tree Collapse file tree 1 file changed +6
-20
lines changed Original file line number Diff line number Diff line change @@ -22,27 +22,13 @@ respectively. Please see the NURBS-Python_ documentation for details on the inpu
2222Visualization
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
4733Branch Information
4834==================
You can’t perform that action at this time.
0 commit comments