gimli-org / gimli

Geophysical Inversion and Modeling Library :earth_africa:
https://www.pygimli.org
Other
344 stars 131 forks source link

Shared colorbar #699

Closed IsabellaLorenzen closed 1 day ago

IsabellaLorenzen commented 4 weeks ago

Hallo!

Is there a function to share colorbar between several plotted ERT profiles?

halbmy commented 3 weeks ago

Of course, by using the matplotlib commands.

But you can, e.g., also use colorBar=False for some of the plots (using the same cMin/cMax/cBar keyword arguments, and maybe one explicit colorbar in a dedicated axis with pg.viewer.mpl.createColorBarOnly.