pub enum PlotType {
Show 21 variants
Scatter,
ScatterGL,
Scatter3D,
ScatterMapbox,
ScatterPolar,
ScatterPolarGL,
Bar,
Box,
Candlestick,
Contour,
HeatMap,
Histogram,
Histogram2dContour,
Image,
Mesh3D,
Ohlc,
Sankey,
Surface,
DensityMapbox,
Table,
Pie,
}
Variants§
Scatter
ScatterGL
Scatter3D
ScatterMapbox
ScatterPolar
ScatterPolarGL
Bar
Box
Candlestick
Contour
HeatMap
Histogram
Histogram2dContour
Image
Mesh3D
Ohlc
Sankey
Surface
DensityMapbox
Table
Pie
Trait Implementations§
impl Eq for PlotType
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