The KDB-X AX module exposes components from the AxLibraries using the modules framework. The current components that have been ported across are:
- Grammar of Graphics (ggplot)
- qDoc
The KX Fusionx PCRE2 and Skia modules are required dependencies and need to be loaded via
use`kx.fusion:pcre2
use`kx.skiaRespective installation instructions:
The AX module contains a bitwise operations submodule (qbitops) which has a compilation step.
The APIs match the AxLibraries APIs, with the benefit of being loadable to any namespace.
([qp;gg;qd]):use`kx.ax; // all components
([qd]):use`kx.ax.qdoc; // or more granularly
([qp;gg]):use`kx.ax.graphics;Simply replace .qp, .gg and .qd with qp, gg and qd respectively when referencing the AxLibraries API specifications (or the namespace you have chosen to assign the components to).
Copyright (c) 2026 KX Systems, Inc.
Licensed under the Apache License, Version 2.0.