xtgeoviz is a plotting library for xtgeo objects, providing convenient visualization of 3D geological surfaces, grids, and well data. Current version 0.3.1, released on 2025-06-02. Active development with monthly releases.
pip install xtgeovizNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: load an xtgeo surface and plot it with xtgeoviz.
Upgrade Python to 3.11 or later, or pin xtgeoviz <0.3.0 if stuck on older Python.
export MPLBACKEND='Agg' in environment or add 'import matplotlib; matplotlib.use("Agg")' before importing xtgeovizReplace 'plot_surface_3d(surf)' with 'plot_surface(surf, perspective=True)'
No dependency data recorded yet.