xtgeoviz.frontends.xsectplotting module

Making cross sections (plots), primarely wells.

xtgeoviz.frontends.xsectplotting.xsectplot(args=None, inputdata=None, plotsettings=None, output=None, verbosity=None)[source]

Frontend function for plotting xsections.

The input can either be in form of command line args parsing a YAML file with additional command line args that overides, or it can be dicts in form of inputdata, plotsettings and output that will be combined with defaults.

If the input key is not None, then any args will be ignored.

Parameters:
  • args (Optional[Dict]) – Command line args

  • input – A dictionary spesifying minimum required input

  • plotsettings (Optional[Dict]) – A dictionary spesifying minimum required plotsettings

  • output (Optional[Dict]) – A dictionary spesyfying minimum required output settings

  • verbosity (Optional[str]) – Default None means that it is set from the config; otherwise a string here will override: “normal” for normal output, “info” for using logging for all modules, and similarly “debug”