Struct plotlib::scatter::Style [] [src]

pub struct Style { /* fields omitted */ }

Style follows the 'optional builder' pattern Each field is a Option which start as None Each can be set with setter methods and instances of Style can be overlaid to set many at once. Settings will be cloned in and out of it.

Methods

impl Style
[src]

Trait Implementations

impl Debug for Style
[src]

Formats the value using the given formatter.