pub trait Data {
    fn f64(self) -> f64;
}
Expand description

Types that can be plotted

Required Methods

Convert the type into a double precision float

Implementations on Foreign Types

Implementors