[−][src]Trait plotters::element::PointElement
The element that used to describe a point
The element that used to describe a point
fn make_point(pos: Coord, size: u32, style: ShapeStyle) -> Self
impl<Coord> PointElement<Coord> for Circle<Coord>
[src]fn make_point(pos: Coord, size: u32, style: ShapeStyle) -> Self
[src]impl<Coord> PointElement<Coord> for Cross<Coord>
[src]fn make_point(pos: Coord, size: u32, style: ShapeStyle) -> Self
[src]impl<Coord> PointElement<Coord> for Pixel<Coord>
[src]fn make_point(pos: Coord, _: u32, style: ShapeStyle) -> Self
[src]