pub struct PlotBuilder(/* private fields */);Implementations§
Source§impl PlotBuilder
impl PlotBuilder
pub fn build(self) -> Plot
Sourcepub fn mappings<M, const U: usize>(self, mappings: [M; U]) -> Self
pub fn mappings<M, const U: usize>(self, mappings: [M; U]) -> Self
Appends several mappings to this vector (all of the same time).
pub fn x(self, scale: Scale) -> Self
pub fn y(self, scale: Scale) -> Self
pub fn design(self, design: Design) -> Self
pub fn layout(self, layout: Layout) -> Self
Auto Trait Implementations§
impl Freeze for PlotBuilder
impl RefUnwindSafe for PlotBuilder
impl Send for PlotBuilder
impl Sync for PlotBuilder
impl Unpin for PlotBuilder
impl UnwindSafe for PlotBuilder
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