Axis

Axis properties are automatically inferred for the x, y, and z channels but the resulting properties can be overridden for customization using the properties below. To remove the axis, simply specify "none" as the axis value.

Face Parameter

The figure below illustrates how the face parameters are positioned with respect to a cube - here we assume the visualization space is enclosed in a cube or box spanned by the width, height, and depth parameters of the visualization.

Example - letting the automatic inferrence create axis specs

Below is an example visualization with no axis specification - DXR performs the inferrence and generates the best default axis specs as shown. Notice the axis titles overlapping with the tick labels.

input vis specs

inferred vis specs

(only inferred axis specs shown)

output visualization

To fix the overlaps and to customize axis titles, the following concise vis specs can be provided instead. Note that the y channel's scale domain have been manually specified to reorder the meals (instead of the default alphabetical order).

Threshold Filter

An interactive threshold filter can be integrated into an axis by setting the filter parameter to true as shown in the example below. The threshold value can be adjusted by dragging the button along the axis. The filter parameter is set to false by default.