HistogramWidget¶
-
class
glue.viewers.histogram.qt.viewer_widget.HistogramWidget(session, parent=None)[source]¶ Bases:
glue.viewers.common.qt.data_viewer.DataViewerAttributes Summary
LABELautoscaleAutoscale view to histogram? componentcumulativeCumulative? nbinsNumber of bins normedNormalized? window_titlexlogLog-scale the x axis? xmaxMaximum value xminMinimum value ylogLog-scale the y axis? Methods Summary
add_data(*args, **kwargs)Add data item to combo box. add_subset(subset)data_present(data)make_toolbar()options_widget()register_to_hub(hub)unregister(hub)Attributes Documentation
-
LABEL= 'Histogram'¶
-
autoscale¶ Autoscale view to histogram?
-
component¶
-
cumulative¶ Cumulative?
-
nbins¶ Number of bins
-
normed¶ Normalized?
-
window_title¶
-
xlog¶ Log-scale the x axis?
-
xmax¶ Maximum value
-
xmin¶ Minimum value
-
ylog¶ Log-scale the y axis?
Methods Documentation
-