MonotonicDimensionΒΆ

class csdmpy.MonotonicDimension(coordinates, **kwargs)[source]ΒΆ

Bases: csdmpy.dimensions.quantitative.BaseQuantitativeDimension

A monotonic grid dimension.

Generates an object representing a physical dimension whose coordinates are monotonically sampled along a grid dimension. See MonotonicDimension for details.

property absolute_coordinatesΒΆ

Return the absolute coordinates along the dimensions.

property axis_labelΒΆ

Return a formatted string for displaying label along the dimension axis.

property coordinatesΒΆ

Return the coordinates along the dimensions.

property coordinates_offsetΒΆ

Value at index zero, \(c_k\), along the dimension.

copy()[source]ΒΆ

Return a copy of the object.

property countΒΆ

Total number of points along the monotonic dimension.

property data_structureΒΆ

Json serialized string describing the MonotonicDimension class instance.

dict()[source]ΒΆ

Return the MonotonicDimension as a python dictionary.

to_dict()[source]ΒΆ

Alias to the dict() method of the class.

property typeΒΆ

Return the type of the dimension.