set#
Bases:
TUIMenuEnters 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)No help available.
weighting(service, version, mode, path)Uses weighting with additional variables when sorting data into samples.
__init__ method of TUIMenu class.
Bases:
TUIMethodAutomatically computes the range of the sampling variable for histogram plots.
Bases:
TUIMethodComputes the correlation of the sampling variable with another variable.
Bases:
TUIMethodComputes a cumulative curve for the sampling variable or correlation variable when correlation? is specified.
Bases:
TUIMethodComputes the Rosin Rammler parameters, Sauter, and other mean diameters.
Bases:
TUIMethodUses bars for the histogram plot or xy-style.
Bases:
TUIMethodEnables/disables the use of logarithmic scaling on the abscissa of the histogram.
Bases:
TUIMethodSpecifies the maximum value of the x-axis variable for histogram plots.
Bases:
TUIMethodSpecifies the minimum value of the x-axis variable for histogram plots.
Bases:
TUIMethodSpecifies the number of bins.
Bases:
TUIMethodUses percentages of bins to be computed.
Bases:
TUIMethodNo help available.
Bases:
TUIMethodUses weighting with additional variables when sorting data into samples.