Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/source/users_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ Plot operations
Examples follow for plot operations that PyFluent-Visualization
supports.

Display XY plot
~~~~~~~~~~~~~~~
Display plot
~~~~~~~~~~~~
This example shows how you can display the XY plot:

.. code:: python
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packages = [
python = ">=3.7,<4.0"
importlib-metadata = {version = "^4.0", python = "<3.8"}
ansys-fluent-core = "~=0.10"
vtk = {version = "9.1.0", python = "<=3.9"}
vtk = {version = ">=9.0.3", python = "<=3.9"}
ipyvtklink = ">=0.2.2"
pyvista = ">=0.33.2"
pyvistaqt = ">=0.7.0"
Expand Down