Utility functions for plotting xtgeo objects.
xtgeoviz is available from PyPI.
pip install xtgeoviz
import xtgeoviz.plot as xtgplot
import xtgeo
surf = xtgeo.surface_from_file("somemap.gri")
xtgplot.quickplot(surf)
The documentation can be found at https://equinor.github.io/xtgeoviz.
All contributions are welcome. Please see the Contributing document for more details and instructions for getting started.
This software is released under the LGPLv3 license.