[][src]Trait plotters::element::PointElement

pub trait PointElement<'a, Coord> {
    fn make_point(pos: Coord, size: u32, style: ShapeStyle<'a>) -> Self;
}

The element that used to describe a point

Required methods

fn make_point(pos: Coord, size: u32, style: ShapeStyle<'a>) -> Self

Loading content...

Implementors

impl<'a, Coord> PointElement<'a, Coord> for Circle<'a, Coord>[src]

impl<'a, Coord> PointElement<'a, Coord> for Cross<'a, Coord>[src]

Loading content...