CoordinateComponent¶
-
class
glue.core.component.CoordinateComponent(data, axis, world=False)[source]¶ Bases:
glue.core.component.ComponentComponents associated with pixel or world coordinates
The numerical values are computed on the fly.
Attributes Summary
Whether or not the datatype is categorical
The underlying
numpy.ndarrayNumber of dimensions
Whether or not the datatype is numeric
Tuple of array dimensions.
Attributes Documentation
-
data[source]¶ The underlying
numpy.ndarray
-