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