Skip to content

fix: Fix and republish the paraview plugin for making crossplot #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
2 changes: 2 additions & 0 deletions docs/geos_pv_docs/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ Processing

pyplotUtils

pythonViewUtils

utils
22 changes: 22 additions & 0 deletions docs/geos_pv_docs/pythonViewUtils.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
PythonViewUtils Package
============================

This package includes utilities to display cross-plot using the Python View from Paraview.


geos.pv.pythonViewUtils.Figure2DGenerator module
----------------------------------------------------------

.. automodule:: geos.pv.pythonViewUtils.Figure2DGenerator
:members:
:undoc-members:
:show-inheritance:

geos.pv.pythonViewUtils.functionsFigure2DGenerator module
-------------------------------------------------------------------

.. automodule:: geos.pv.pythonViewUtils.functionsFigure2DGenerator
:members:
:undoc-members:
:show-inheritance:

Loading