[][src]Module plotters::coord

The abstraction of the coordinate system

Structs

RangedCoord

The coordinate described by two ranged value

RangedCoordf32
RangedCoordf64
RangedCoordi32
RangedCoordi64
RangedCoordu32
RangedCoordu64
RangedDate

The ranged coordinate for date

RangedDateTime

The ranged coordinate for the date and time

Shift

The coordinate translation that only impose shift

ShiftAndTrans

We can compose an abitray transformation with a shift

Enums

MeshLine

Represent a coordinate mesh for the two ranged value coordinate system

Traits

CoordTranslate

The trait that translates some customized object to the backend coordinate

DescreteRanged

The trait indicates the coordinate is descrete, so that we can draw histogram on it

Ranged

The trait that indicates we have a ordered and ranged value Which is used to describe the axis