pub struct LinLog;
Expand description
Lin-log plots
Like Plot
but for (x,vec![log10(y),...])
items
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinLog
impl RefUnwindSafe for LinLog
impl Send for LinLog
impl Sync for LinLog
impl Unpin for LinLog
impl UnwindSafe for LinLog
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