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)
xtgeoviz.plot.quickplot.quickplot(xobj, **kwargs)[source]

A common entry point for quickplot.

xtgeoviz.plot.quickplot.quickplot_regularsurface(regsurf, filename=None, title='QuickPlot for Surface', subtitle=None, infotext=None, minmax=(None, None), xlabelrotation=None, colormap='rainbow', faults=None, logarithmic=False)[source]

Quickplot regularsurface.