Skip to content

Commit

Permalink
DOC: reverse saturation colorbar for better resemblance
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Günther committed May 23, 2023
1 parent 885ad62 commit 1ab1110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/examples/6_inversion/plot_3_petro_joint_inv.py
Expand Up @@ -62,7 +62,7 @@
saturation = pg.solver.parseArgToArray([[1, 0.6], [2, 0.9], [3, 0.3]],
mMesh.cellCount(), mMesh)

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")
ax, _ = pg.show(mMesh, saturation, **satKW,
showMesh=True, label=r'Saturation (${\tt petro}$)')

Expand Down

0 comments on commit 1ab1110

Please sign in to comment.