pub enum PlotType {
Line,
Scatter,
Bar,
Histogram,
Pie,
BoxPlot,
Heatmap,
Violin,
Contour,
}Expand description
Different types of plots
Variants§
Line
Line plot
Scatter
Scatter plot
Bar
Bar plot
Histogram
Histogram
Pie
Pie chart
BoxPlot
Box plot
Heatmap
Heatmap
Violin
Violin plot
Contour
Contour plot
Trait Implementations§
impl StructuralPartialEq for PlotType
Auto Trait Implementations§
impl Freeze for PlotType
impl RefUnwindSafe for PlotType
impl Send for PlotType
impl Sync for PlotType
impl Unpin for PlotType
impl UnwindSafe for PlotType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more