diff --git a/README.rst b/README.rst index 73dbedb3..f95f786d 100644 --- a/README.rst +++ b/README.rst @@ -36,10 +36,15 @@ different plotting backends. The Visualization Interface Tool offers these main features: -* Serves as an interface between PyAnsys and other plotting libraries (although only - `PyVista `_ is supported currently). -* Provides out-of-the box picking, viewing, and measuring functionalities. -* Supplies an extensible class for adding custom functionalities. +- Serves as an interface between PyAnsys and other plotting libraries. +- Provides out-of-the box picking, viewing, and measuring functionalities. +- Supplies an extensible class for adding custom functionalities. + +Currently, the following plotting libraries are supported. + +- `PyVista `_. +- `Trame `_, a web view for PyVista. +- `Plotly `_. Documentation and issues ------------------------ diff --git a/doc/changelog.d/404.miscellaneous.md b/doc/changelog.d/404.miscellaneous.md new file mode 100644 index 00000000..36b5e649 --- /dev/null +++ b/doc/changelog.d/404.miscellaneous.md @@ -0,0 +1 @@ +Doc: Update backends in readme