Skip to content

Commit 1ab1110

Browse files
author
Thomas Günther
committed
DOC: reverse saturation colorbar for better resemblance
1 parent 885ad62 commit 1ab1110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/examples/6_inversion/plot_3_petro_joint_inv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
saturation = pg.solver.parseArgToArray([[1, 0.6], [2, 0.9], [3, 0.3]],
6363
mMesh.cellCount(), mMesh)
6464

65-
satKW = dict(cMin=0.3, cMax=0.9, logScale=False, cMap="plasma")
65+
satKW = dict(cMin=0.3, cMax=0.9, logScale=False, cMap="plasma_r")
6666
ax, _ = pg.show(mMesh, saturation, **satKW,
6767
showMesh=True, label=r'Saturation (${\tt petro}$)')
6868

0 commit comments

Comments
 (0)