StateAttributeHistogramHelper#

class glue.core.state_objects.StateAttributeHistogramHelper(state, attribute, random_subset=10000, max_n_bin=30, default_n_bin=15, common_n_bin=None, **kwargs)[source]#

Bases: StateAttributeCacheHelper

Attributes Summary

modifiers_names

values_names

Methods Summary

update_values([force, use_default_modifiers])

Attributes Documentation

modifiers_names = ()#
values_names = ('lower', 'upper', 'n_bin')#

Methods Documentation

update_values(force=False, use_default_modifiers=False, **properties)[source]#