For AI agents: the complete XY documentation index is at llms.txt. Markdown versions are available by appending .md or sending Accept: text/markdown.
Integrations

Integrations

XY's core composition API is framework-neutral. Integrations decide how a composed chart is displayed, how live data reaches it, and where Python event handlers run.

  • Reflex covers static and state-backed charts, semantic events, and streaming through the bundled xy[reflex] integration.
  • Notebooks covers Jupyter, JupyterLab, VS Code, Colab, and Marimo through one bundled anywidget implementation.
  • Matplotlib () covers the compatibility boundary and a gradual migration to XY's declarative API.

All three surfaces use the same chart engine. The differences are transport and application lifecycle, not chart geometry.

Built with Reflex