pub struct Marker { /* private fields */ }
Implementations§
Source§impl Marker
impl Marker
pub fn new() -> Self
pub fn symbol(self, symbol: MarkerSymbol) -> Self
pub fn opacity(self, opacity: f64) -> Self
pub fn size(self, size: usize) -> Self
pub fn size_array(self, size: Vec<usize>) -> Self
pub fn max_displayed(self, size: usize) -> Self
pub fn size_ref(self, size: usize) -> Self
pub fn size_min(self, size: usize) -> Self
pub fn size_mode(self, mode: SizeMode) -> Self
pub fn line(self, line: Line) -> Self
pub fn gradient(self, gradient: Gradient) -> Self
pub fn color<C: Color>(self, color: C) -> Self
pub fn color_array<C: Color>(self, colors: Vec<C>) -> Self
pub fn cauto(self, cauto: bool) -> Self
pub fn cmin(self, cmin: f64) -> Self
pub fn cmax(self, cmax: f64) -> Self
pub fn cmid(self, cmid: f64) -> Self
pub fn color_scale(self, color_scale: ColorScale) -> Self
pub fn auto_color_scale(self, auto_color_scale: bool) -> Self
pub fn reverse_scale(self, reverse_scale: bool) -> Self
pub fn show_scale(self, show_scale: bool) -> Self
pub fn color_bar(self, colorbar: ColorBar) -> Self
pub fn outlier_color<C: Color>(self, outlier_color: C) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Marker
impl !RefUnwindSafe for Marker
impl Send for Marker
impl Sync for Marker
impl Unpin for Marker
impl !UnwindSafe for Marker
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