[−][src]Trait plotters::element::PointCollection
The trait that represents an element drawed on the canvas
Associated Types
type Borrow: Borrow<Coord>
The item in point iterator
type IntoIter: IntoIterator<Item = Self::Borrow>
The point iterator
Required methods
fn point_iter(self) -> Self::IntoIter
framework to do the coordinate mapping