Struct plotly::histogram::Histogram [−][src]
Implementations
impl<H> Histogram<H> where
H: Serialize + Clone + Default + 'static,
[src]
H: Serialize + Clone + Default + 'static,
pub fn new<I>(x: I) -> Box<Self> where
I: IntoIterator<Item = H>,
[src]
I: IntoIterator<Item = H>,
pub fn new_xy<I>(x: I, y: I) -> Box<Self> where
I: IntoIterator<Item = H>,
[src]
I: IntoIterator<Item = H>,
pub fn new_vertical<I>(y: I) -> Box<Self> where
I: IntoIterator<Item = H>,
[src]
I: IntoIterator<Item = H>,
pub fn name(self, name: &str) -> Box<Self>
[src]
pub fn visible(self, visible: bool) -> Box<Self>
[src]
pub fn show_legend(self, show_legend: bool) -> Box<Self>
[src]
pub fn legend_group(self, legend_group: &str) -> Box<Self>
[src]
pub fn opacity(self, opacity: f64) -> Box<Self>
[src]
pub fn text(self, text: &str) -> Box<Self>
[src]
pub fn text_array<S: AsRef<str>>(self, text: Vec<S>) -> Box<Self>
[src]
pub fn hover_text(self, hover_text: &str) -> Box<Self>
[src]
pub fn hover_text_array<S: AsRef<str>>(self, hover_text: Vec<S>) -> Box<Self>
[src]
pub fn hover_info(self, hover_info: HoverInfo) -> Box<Self>
[src]
pub fn hover_template(self, hover_template: &str) -> Box<Self>
[src]
pub fn x_axis(self, axis: &str) -> Box<Self>
[src]
pub fn y_axis(self, axis: &str) -> Box<Self>
[src]
pub fn hover_template_array<S: AsRef<str>>(
self,
hover_template: Vec<S>
) -> Box<Self>
[src]
self,
hover_template: Vec<S>
) -> Box<Self>
pub fn orientation(self, orientation: Orientation) -> Box<Self>
[src]
pub fn hist_func(self, hist_func: HistFunc) -> Box<Self>
[src]
pub fn hist_norm(self, hist_norm: HistNorm) -> Box<Self>
[src]
pub fn alignment_group(self, alignment_group: &str) -> Box<Self>
[src]
pub fn offset_group(self, offset_group: &str) -> Box<Self>
[src]
pub fn n_bins_x(self, n_bins_x: usize) -> Box<Self>
[src]
pub fn n_bins_y(self, n_bins_y: usize) -> Box<Self>
[src]
pub fn auto_bin_x(self, auto_bin_x: bool) -> Box<Self>
[src]
pub fn auto_bin_y(self, auto_bin_y: bool) -> Box<Self>
[src]
pub fn bin_group(self, bin_group: &str) -> Box<Self>
[src]
pub fn x_bins(self, x_bins: Bins) -> Box<Self>
[src]
pub fn y_bins(self, y_bins: Bins) -> Box<Self>
[src]
pub fn marker(self, marker: Marker) -> Box<Self>
[src]
pub fn error_x(self, error_x: ErrorData) -> Box<Self>
[src]
pub fn error_y(self, error_y: ErrorData) -> Box<Self>
[src]
pub fn cumulative(self, cumulative: Cumulative) -> Box<Self>
[src]
pub fn hover_label(self, hover_label: Label) -> Box<Self>
[src]
pub fn x_calendar(self, x_calendar: Calendar) -> Box<Self>
[src]
pub fn y_calendar(self, y_calendar: Calendar) -> Box<Self>
[src]
Trait Implementations
impl<H: Clone> Clone for Histogram<H> where
H: Serialize + Clone + Default + 'static,
[src]
H: Serialize + Clone + Default + 'static,
impl<H: Debug> Debug for Histogram<H> where
H: Serialize + Clone + Default + 'static,
[src]
H: Serialize + Clone + Default + 'static,
impl<H> Default for Histogram<H> where
H: Serialize + Clone + Default + 'static,
[src]
H: Serialize + Clone + Default + 'static,
impl<H> Serialize for Histogram<H> where
H: Serialize + Clone + Default + 'static,
H: Serialize,
[src]
H: Serialize + Clone + Default + 'static,
H: Serialize,
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer,
[src]
__S: Serializer,
impl<H> Trace for Histogram<H> where
H: Serialize + Clone + Default + 'static,
[src]
H: Serialize + Clone + Default + 'static,
Auto Trait Implementations
impl<H> RefUnwindSafe for Histogram<H> where
H: RefUnwindSafe,
[src]
H: RefUnwindSafe,
impl<H> Send for Histogram<H> where
H: Send,
[src]
H: Send,
impl<H> Sync for Histogram<H> where
H: Sync,
[src]
H: Sync,
impl<H> Unpin for Histogram<H> where
H: Unpin,
[src]
H: Unpin,
impl<H> UnwindSafe for Histogram<H> where
H: UnwindSafe,
[src]
H: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,