ansys.fluent.core.post_objects.post_objects_container.Plots#

class ansys.fluent.core.post_objects.post_objects_container.Plots(session, module, post_api_helper, local_surfaces_provider=None)#

Provides the Matplotlib Plots objects manager.

This class provides access to Plots object containers for a given session so that plots can be created.

Parameters:
sessionobj

Session object.

module: object

Python module containing post definitions

post_api_helper: object

Provides helper APIs for post-processing

local_surfaces_providerobject, optional

Object providing local surfaces so that you can access surfaces created in other modules, such as pyvista. The default is None.

Attributes:
XYPlotsdict

Container for XY plot objects.

MonitorPlotsdict

Container for monitor plot objects.

Methods

__init__(session, module, post_api_helper[, ...])

__init__ method of Plots class.

get_path()

Get container path.

update(value)

Update the value.

Attributes

type

Type.