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