Skip to content

Commit 17c8d63

Browse files
Merge branch 'main' into feat/meshobject-trees
2 parents 07a5f64 + 0310571 commit 17c8d63

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

README.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,15 @@ different plotting backends.
3636

3737
The Visualization Interface Tool offers these main features:
3838

39-
* Serves as an interface between PyAnsys and other plotting libraries (although only
40-
`PyVista <https://docs.pyvista.org/version/stable/>`_ is supported currently).
41-
* Provides out-of-the box picking, viewing, and measuring functionalities.
42-
* Supplies an extensible class for adding custom functionalities.
39+
- Serves as an interface between PyAnsys and other plotting libraries.
40+
- Provides out-of-the box picking, viewing, and measuring functionalities.
41+
- Supplies an extensible class for adding custom functionalities.
42+
43+
Currently, the following plotting libraries are supported.
44+
45+
- `PyVista <https://docs.pyvista.org/index.html>`_.
46+
- `Trame <https://www.kitware.com/trame/>`_, a web view for PyVista.
47+
- `Plotly <https://plotly.com/>`_.
4348

4449
Documentation and issues
4550
------------------------
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Docs: Update README.txt
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Doc: Update backends in readme

examples/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Examples
22
========
33

4-
This section show how to use the Visualization Interface Tool to perform many different
5-
types of operations.
4+
This section shows how to use the Visualization Interface Tool to perform many different
5+
types of operations.

0 commit comments

Comments
 (0)