[][src]Type Definition plotters_backend::BackendCoord

type BackendCoord = (i32, i32);

A coordinate in the pixel-based backend. The coordinate follows the framebuffer's convention, which defines the top-left point as (0, 0).