> For the complete documentation index, see [llms.txt](https://ezel.rustic.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ezel.rustic.dev/coordinates.md).

# Coordinates

Data Coordinates

* The coordinates of user data

Axis Coordinates

* The coordiantes after AxisScale applied
* Data (1, 10, 100) -> Log10 Scale -> (0, 1, 2)

Plot Coordinates

* The local drawing location in the plot viewport
* The linear mapping between Axis Coordinates and Plot Coordinates dynamically change per zoom, pan, etc

Window Coordinates

* The global coordinates
* Translate Plot Coordinates
