You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/user_guide/migration.rst
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Here is an example of how to do this:
21
21
- PyVista code:
22
22
23
23
.. code-block:: python
24
-
24
+
25
25
import pyvista as pv
26
26
27
27
# Create a pyvista mesh
@@ -93,7 +93,7 @@ With this, you can use the Ansys Tools Visualization Interface plotter to visual
93
93
Customizing the PyVista backend
94
94
-------------------------------
95
95
96
-
You can customize the backend of the Ansys Tools Visualization Interface plotter to enable or disable certain functionalities. For example,
96
+
You can customize the backend of the Ansys Tools Visualization Interface plotter to enable or disable certain functionalities. For example,
97
97
if you want to enable picking, you can do it as follows:
98
98
99
99
.. code-block:: python
@@ -112,7 +112,7 @@ if you want to enable picking, you can do it as follows:
112
112
# Show the plotter
113
113
pl.show()
114
114
115
-
If you want to go further and customize the backend even more, you can create your own backend by inheriting from the ``PyVistaBackendInterface`` class
115
+
If you want to go further and customize the backend even more, you can create your own backend by inheriting from the ``PyVistaBackendInterface`` class
116
116
and implementing the required methods. You can find more information about this in the backend documentation:
117
117
118
118
.. code-block:: python
@@ -134,6 +134,7 @@ and implementing the required methods. You can find more information about this
0 commit comments