Skip to content

Matplotlib colormaps (Opendtect default colormaps) for displaying Seismic section.

License

Notifications You must be signed in to change notification settings

whimian/OpendtectColormaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Matplotlib colormaps (Opendtect default colormaps) for displaying Seismic section.

Example

import matplotlib.pyplot as plt

from opendtect_colormaps import OpendtectColormaps

od_cmaps = OpendtectColormaps()

fig, ax = plt.subplots()

im = ax.imshow(
    X,
    cmap=od_cmaps("Seismics"),
)

About

Matplotlib colormaps (Opendtect default colormaps) for displaying Seismic section.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages