HistogramWidget

class glue.viewers.histogram.qt.viewer_widget.HistogramWidget(session, parent=None)[source]

Bases: glue.viewers.common.qt.data_viewer.DataViewer

Attributes Summary

LABEL
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 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

add_data(*args, **kwargs)[source]

Add data item to combo box. If first addition, also update attributes

add_subset(subset)[source]
data_present(data)[source]
make_toolbar()[source]
options_widget()[source]
register_to_hub(hub)[source]
unregister(hub)[source]