[][src]Trait plotters::coord::IntoMonthly

pub trait IntoMonthly<T: TimeValue> {
    fn monthly(self) -> Monthly<T>;
}

The trait that converts a normal date coord into a yearly one

Required methods

fn monthly(self) -> Monthly<T>

Loading content...

Implementations on Foreign Types

impl<T: TimeValue> IntoMonthly<T> for Range<T>[src]

Loading content...

Implementors

Loading content...