deephaven.plot.axistransform

This module implements the AxisTransform class for performing axis transformation on plots before rendering.

class AxisTransform(j_axis_transform)[source]

Bases: JObjectWrapper

An axis transformation that is applied before rendering a plot. Axis transforms include logarithms, business time, etc.

j_object_type

alias of AxisTransform

axis_transform(name)[source]

Returns a predefined AxisTransform object by its name.

Parameters:

name (str) – the predefined AxisTransform name

Return type:

AxisTransform

Returns:

a AxisTransform

Raises:

DHError

axis_transform_names()[source]

Returns the names of available axis transforms.

Return type:

List[str]