plopm.utils.write_oned module#

Create one-dimensional plots and tabular output from OPM results.

The module reads summary vectors, grid-derived series, and optional CSV data. It also supports ensemble statistics, subplot layouts, and PNG or CSV output.

make_plots(cfg)[source]#

Create the requested one-dimensional plots and CSV files.

Parameters:
cfgPlopmConfig

Initialized plotting configuration.

Returns:
list[str]

Names of the generated files.

Parameters:

cfg (PlopmConfig)

Return type:

list[str]