xtgeoviz.plot.quickplot module
Module for quickplot of different xtgeo data types.
Typically:
import xtgeo
from xtgeoviz import quickplot
surf = xtgeo.surface_from_file("some.gri")
quickplot(surf)
Module for quickplot of different xtgeo data types.
Typically:
import xtgeo
from xtgeoviz import quickplot
surf = xtgeo.surface_from_file("some.gri")
quickplot(surf)