plopm.utils.write_twod module#
Create two-dimensional maps and animations from OPM results.
The module prepares grid geometry, maps three-dimensional properties onto selected slices, and writes PNG or GIF output with optional masks, differences, well and fault overlays, and shared color limits.
- make_maps(cfg)[source]#
Create the requested spatial maps and animations.
- Parameters:
- cfgPlopmConfig
Initialized map configuration.
- Returns:
- list[str]
Names of the generated PNG and GIF files.
- Parameters:
cfg (PlopmConfig)
- Return type: