histogram#

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

Bases: Group

Provides access to create new and edit existing histogram plots.

Attributes

Attribute

Summary

cell_function

Select the field to plot histogram.

auto_range

Choose whether or not to compute the range automatically.

minimum

Set the minimum value of the field variable to be plotted.

maximum

Set the maximum value of the field variable to be plotted.

num_divisions

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

zones

Enter zone name list.

axes

Axes-properties.

curves

Set 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

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