pub struct Domain<'a> { /* private fields */ }
Implementations§
Source§impl<'a> Domain<'a>
impl<'a> Domain<'a>
Sourcepub fn x(&mut self, x: &'a InfoArray) -> &mut Self
pub fn x(&mut self, x: &'a InfoArray) -> &mut Self
Sets the horizontal domain of this parcoords trace (in plot fraction).
default: [0,1]
Sourcepub fn y(&mut self, y: &'a InfoArray) -> &mut Self
pub fn y(&mut self, y: &'a InfoArray) -> &mut Self
Sets the vertical domain of this parcoords trace (in plot fraction).
default: [0,1]
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Domain<'a>
impl<'a> RefUnwindSafe for Domain<'a>
impl<'a> Send for Domain<'a>
impl<'a> Sync for Domain<'a>
impl<'a> Unpin for Domain<'a>
impl<'a> UnwindSafe for Domain<'a>
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