Struct plotly::common::Marker[][src]

pub struct Marker { /* fields omitted */ }

Implementations

impl Marker[src]

pub fn new() -> Marker[src]

pub fn symbol(self, symbol: MarkerSymbol) -> Marker[src]

pub fn opacity(self, opacity: f64) -> Marker[src]

pub fn size(self, size: usize) -> Marker[src]

pub fn size_array(self, size: Vec<usize>) -> Marker[src]

pub fn max_displayed(self, size: usize) -> Marker[src]

pub fn size_ref(self, size: usize) -> Marker[src]

pub fn size_min(self, size: usize) -> Marker[src]

pub fn size_mode(self, mode: SizeMode) -> Marker[src]

pub fn line(self, line: Line) -> Marker[src]

pub fn gradient(self, gradient: Gradient) -> Marker[src]

pub fn color<C: Color>(self, color: C) -> Marker[src]

pub fn color_array<C: Color>(self, color: Vec<C>) -> Marker[src]

pub fn cauto(self, cauto: bool) -> Marker[src]

pub fn cmin(self, cmin: f64) -> Marker[src]

pub fn cmax(self, cmax: f64) -> Marker[src]

pub fn cmid(self, cmid: f64) -> Marker[src]

pub fn color_scale(self, color_scale: ColorScale) -> Marker[src]

pub fn auto_color_scale(self, auto_color_scale: bool) -> Marker[src]

pub fn reverse_scale(self, reverse_scale: bool) -> Marker[src]

pub fn show_scale(self, show_scale: bool) -> Marker[src]

pub fn color_bar(self, colorbar: ColorBar) -> Marker[src]

pub fn outlier_color<C: Color>(self, outlier_color: C) -> Marker[src]

Trait Implementations

impl Clone for Marker[src]

impl Debug for Marker[src]

impl Default for Marker[src]

impl Serialize for Marker[src]

Auto Trait Implementations

impl RefUnwindSafe for Marker[src]

impl Send for Marker[src]

impl Sync for Marker[src]

impl Unpin for Marker[src]

impl UnwindSafe for Marker[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]