set#
Bases:
TUIMenu
Enters the settings menu for the histogram.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
auto_range
(service, version, mode, path)Automatically computes the range of the sampling variable for histogram plots.
correlation
(service, version, mode, path)Computes the correlation of the sampling variable with another variable.
cumulation_curve
(service, version, mode, path)Computes a cumulative curve for the sampling variable or correlation variable when correlation? is specified.
diameter_statistics
(service, version, mode, path)Computes the Rosin Rammler parameters, Sauter, and other mean diameters.
histogram_mode
(service, version, mode, path)Uses bars for the histogram plot or xy-style.
logarithmic
(service, version, mode, path)Enables/disables the use of logarithmic scaling on the abscissa of the histogram.
maximum
(service, version, mode, path)Specifies the maximum value of the x-axis variable for histogram plots.
minimum
(service, version, mode, path)Specifies the minimum value of the x-axis variable for histogram plots.
number_of_bins
(service, version, mode, path)Specifies the number of bins.
percentage
(service, version, mode, path)Uses percentages of bins to be computed.
variable_power_3
(service, version, mode, path)Use the cubic of the cumulation variable during computation of the cumulative curve.
weighting
(service, version, mode, path)Uses weighting with additional variables when sorting data into samples.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Automatically computes the range of the sampling variable for histogram plots.
Bases:
TUIMethod
Computes the correlation of the sampling variable with another variable.
Bases:
TUIMethod
Computes a cumulative curve for the sampling variable or correlation variable when correlation? is specified.
Bases:
TUIMethod
Computes the Rosin Rammler parameters, Sauter, and other mean diameters.
Bases:
TUIMethod
Uses bars for the histogram plot or xy-style.
Bases:
TUIMethod
Enables/disables the use of logarithmic scaling on the abscissa of the histogram.
Bases:
TUIMethod
Specifies the maximum value of the x-axis variable for histogram plots.
Bases:
TUIMethod
Specifies the minimum value of the x-axis variable for histogram plots.
Bases:
TUIMethod
Specifies the number of bins.
Bases:
TUIMethod
Uses percentages of bins to be computed.
Bases:
TUIMethod
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.
Bases:
TUIMethod
Uses weighting with additional variables when sorting data into samples.