pub struct Gnuplot { /* private fields */ }Expand description
Entry point
Implementations§
Source§impl Gnuplot
impl Gnuplot
Sourcepub fn new_with_path_str(path: &str) -> Self
pub fn new_with_path_str(path: &str) -> Self
Create new instance
Sourcepub fn new_with_path(path: &String) -> Self
pub fn new_with_path(path: &String) -> Self
Create new instance
Sourcepub fn run_live(&mut self) -> GnuplotLiveProcess
pub fn run_live(&mut self) -> GnuplotLiveProcess
Run gnuplot in live mode
Sourcepub fn execute_script(&mut self, script: Script) -> GnuplorScriptProcess
pub fn execute_script(&mut self, script: Script) -> GnuplorScriptProcess
Run script in gnuplot
Auto Trait Implementations§
impl Freeze for Gnuplot
impl RefUnwindSafe for Gnuplot
impl Send for Gnuplot
impl Sync for Gnuplot
impl Unpin for Gnuplot
impl UnwindSafe for Gnuplot
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