plot#

class ansys.fluent.core.generated.solver.settings_261.plot(name=None, parent=None)#

Bases: Group

Provides access to creating new and editing existing plots (XY histograms and so on) of your computational results.

Attributes

Attribute

Summary

xy_plot

An XY Plot object is a named entity used to plot scalar or vector quantities on a 2D graph with X and Y axes, typically over position, time, or other variable ranges. It is commonly used for monitoring variable trends across surfaces, lines, or during transient simulations.

histogram

Provides access to create new and edit existing histogram plots.

cumulative_plot

Cumulative plots.

solution_plot

Plot the solution data.

plot

Plot solution on surfaces.

plot_from_file

Plot data from file.

plot_from_file_list

Plot data from multiple files.

profile_data

Display profile data.

interpolated_data

Display interpolated data.

Methods

Method

Summary

circum_avg_axial

Compute iso-axial band surfaces and plot data vs axial coordinate on them.

circum_avg_radial

Compute iso-radial band surfaces and plot data vs radius on them.

plot_direction

Set plot direction for xy plot.

label_alignment

Set the alignment of xy plot label to horizontal or axis aligned.

set_boundary_val_off

Set boundary value off when node values off for XY/Solution Plot.

fft

Plot FFT of file data.

Included in:

Parent

Summary

results

Access all post-processing tools and reporting features for analyzing simulation results.