[][src]Trait plotlib::style::BarChart

pub trait BarChart {
    fn fill<T>(&mut self, value: T) -> &mut Self
    where
        T: Into<String>
;
fn get_fill(&self) -> &Option<String>; }

Required methods

fn fill<T>(&mut self, value: T) -> &mut Self where
    T: Into<String>, 

fn get_fill(&self) -> &Option<String>

Loading content...

Implementors

impl BarChart for Style[src]

Loading content...