set#
Bases:
TUIMenu
Enter the settings menu for the histogram.
Methods:
auto_range
(*args, **kwargs)Automatically compute range of sampling variable for histogram plots.
correlation
(*args, **kwargs)Compute correlation of sampling variable with other variable.
cumulation_curve
(*args, **kwargs)Compute a cumulative curve for sampling variable or correlation variable when correlation? was specified.
diameter_statistics
(*args, **kwargs)Compute Rosin Rammler parameters, Sauter and other mean diameters.
histogram_mode
(*args, **kwargs)Use bars for histogram plot or xy-style.
logarithmic
(*args, **kwargs)Use logarithmic scaling on the abscissa (variable axis)? -- Will not work unless all values are positive.
maximum
(*args, **kwargs)Specify maximum value of x-axis variable for histogram plots.
minimum
(*args, **kwargs)Specify mimimum value of x-axis variable for histogram plots.
number_of_bins
(*args, **kwargs)Specify the number of bins.
percentage
(*args, **kwargs)Use 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)Use weighting with additional variable when sorting data into samples.
Automatically compute range of sampling variable for histogram plots.
Compute correlation of sampling variable with other variable.
Compute a cumulative curve for sampling variable or correlation variable when correlation? was specified.
Compute Rosin Rammler parameters, Sauter and other mean diameters. Requires specification of diameter as sampling variable.
Use bars for histogram plot or xy-style.
Use logarithmic scaling on the abscissa (variable axis)? – Will not work unless all values are positive.
Specify maximum value of x-axis variable for histogram plots.
Specify mimimum value of x-axis variable for histogram plots.
Specify the number of bins.
Use 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.
Use weighting with additional variable when sorting data into samples.