# 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
