set#
Bases:
TUIMenu
Enters the settings menu for the histogram.
Methods:
auto_range
(*args, **kwargs)Automatically computes the range of the sampling variable for histogram plots.
correlation
(*args, **kwargs)Computes the correlation of the sampling variable with another variable.
cumulation_curve
(*args, **kwargs)Computes a cumulative curve for the sampling variable or correlation variable when correlation? is specified.
diameter_statistics
(*args, **kwargs)Computes the Rosin Rammler parameters, Sauter, and other mean diameters.
histogram_mode
(*args, **kwargs)Uses bars for the histogram plot or xy-style.
logarithmic
(*args, **kwargs)Enables/disables the use of logarithmic scaling on the abscissa of the histogram.
maximum
(*args, **kwargs)Specifies the maximum value of the x-axis variable for histogram plots.
minimum
(*args, **kwargs)Specifies the minimum value of the x-axis variable for histogram plots.
number_of_bins
(*args, **kwargs)Specifies the number of bins.
percentage
(*args, **kwargs)Uses percentages of bins to be computed.
variable_power_3
(*args, **kwargs)Use the cubic of the cumulation variable during computation of the cumulative curve.
weighting
(*args, **kwargs)Uses weighting with additional variables when sorting data into samples.
Automatically computes the range of the sampling variable for histogram plots.
Computes the correlation of the sampling variable with another variable.
Computes a cumulative curve for the sampling variable or correlation variable when correlation? is specified.
Computes the Rosin Rammler parameters, Sauter, and other mean diameters.
Uses bars for the histogram plot or xy-style.
Enables/disables the use of logarithmic scaling on the abscissa of the histogram.
Specifies the maximum value of the x-axis variable for histogram plots.
Specifies the minimum value of the x-axis variable for histogram plots.
Specifies the number of bins.
Uses percentages of bins to be computed.
Use the cubic of the cumulation variable during computation of the cumulative curve. When the particle mass was not sampled, the diameter can be used instead.
Uses weighting with additional variables when sorting data into samples.