Skip to content

Commit 440009b

Browse files
fix: Fix and republish the paraview plugin for making crossplot (#116)
* Re-install PythonViewConfigurator * Fix reference * update file import * fix error deleting from last commit * Update to the new architecture * Fix logger issue on paraview * fix ci issue * Remove a test file * Clean the doc * Add file.rst for the doc * Fix doc * Apply suggestion from Paloma's review
1 parent 8def014 commit 440009b

File tree

7 files changed

+2440
-0
lines changed

7 files changed

+2440
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
PythonViewUtils Package
2+
============================
3+
4+
This package includes utilities to display cross-plot using the Python View from Paraview.
5+
6+
7+
geos.pv.pythonViewUtils.Figure2DGenerator module
8+
----------------------------------------------------------
9+
10+
.. automodule:: geos.pv.pythonViewUtils.Figure2DGenerator
11+
:members:
12+
:undoc-members:
13+
:show-inheritance:
14+
15+
geos.pv.pythonViewUtils.functionsFigure2DGenerator module
16+
-------------------------------------------------------------------
17+
18+
.. automodule:: geos.pv.pythonViewUtils.functionsFigure2DGenerator
19+
:members:
20+
:undoc-members:
21+
:show-inheritance:
22+

docs/geos_pv_docs/utilities.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ Utilities
88

99
pyplotUtils
1010

11+
pythonViewUtils
12+
1113
utils

0 commit comments

Comments
 (0)