histogram#

class ansys.fluent.core.generated.solver.settings_251.histogram(name=None, parent=None)#

Bases: Group

Provides access to create new and edit existing histogram plots.

Attributes

Attribute

Summary

cell_function

The field to plot histogram.

auto_range

Specifies whether to compute the range automatically.

minimum

The minimum value of the field variable to be plotted.

maximum

The maximum value of the field variable to be plotted.

num_divisions

The number of divisions of the field variable to be plotted.

zones

Zone name list.

axes

Axes-properties.

curves

Parameters for curves.

Methods

Method

Summary

print

Print a histogram of a scalar quantity.

plot

Plot a histogram of a scalar quantity.

write

Write a histogram of a scalar quantity to a file.

Included in:

Parent

Summary

plot_4

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