CoordinateComponent

class glue.core.component.CoordinateComponent(data, axis, world=False)[source]

Bases: glue.core.component.Component

Components associated with pixel or world coordinates

The numerical values are computed on the fly.

Attributes Summary

categorical

Whether or not the datatype is categorical

data

The underlying numpy.ndarray

ndim

Number of dimensions

numeric

Whether or not the datatype is numeric

shape

Tuple of array dimensions.

Attributes Documentation

categorical[source]

Whether or not the datatype is categorical

data[source]

The underlying numpy.ndarray

ndim[source]

Number of dimensions

numeric[source]

Whether or not the datatype is numeric

shape[source]

Tuple of array dimensions.