We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885ad62 commit 1ab1110Copy full SHA for 1ab1110
doc/examples/6_inversion/plot_3_petro_joint_inv.py
@@ -62,7 +62,7 @@
62
saturation = pg.solver.parseArgToArray([[1, 0.6], [2, 0.9], [3, 0.3]],
63
mMesh.cellCount(), mMesh)
64
65
-satKW = dict(cMin=0.3, cMax=0.9, logScale=False, cMap="plasma")
+satKW = dict(cMin=0.3, cMax=0.9, logScale=False, cMap="plasma_r")
66
ax, _ = pg.show(mMesh, saturation, **satKW,
67
showMesh=True, label=r'Saturation (${\tt petro}$)')
68
0 commit comments