reservoirflow.utils.pyvista.set_plotter_config#

reservoirflow.utils.pyvista.set_plotter_config(pl: Plotter, static: bool = False, notebook: bool = False) None#

Set the configuration for a pyvista plotter.

Parameters:
  • pl (pyvista.Plotter) – plotter object from pyvista.

  • static (bool, optional) – show as a static image in a jupyter notebook. This argument is ignored when notebook argument is set to False. True value is used to render images for the documentation.

  • notebook (bool, optional) – show plot is placed inline a jupyter notebook. If False, then an interactive window will be opened outside of jupyter notebook.