Ezel
  • Ezel
  • Basics
    • 1. Getting Started
    • 2. Concepts
      • Axis
    • 3. Attributes
    • 4. Cloud
  • Optimization
    • Style Customization
    • Data Lifetime
  • Grammar of Graphics
    • What is GoG
    • Interface
  • plot
    • PlainBox
    • Cartesian2
      • Basics
      • Geometry
    • Cartesian3
    • Text
    • NodeGraph
    • Grid
  • Git Repository
  • crates.io
  • docs.rs
  • pypi
  • Dev
    • Rendering
  • Coordinates
Powered by GitBook
On this page

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

PreviousRendering

Last updated 1 month ago