pub trait GraphMaker { // Required methods fnget_buffer<'a>(&'a self) -> &'aString; fnclear_buffer(&mut self);}
Expand description
Defines the trait used by Plot to add graph entities
Required Methods§
Sourcefnget_buffer<'a>(&'a self) -> &'aString
fnget_buffer<'a>(&'a self) -> &'aString
Returns the text buffer with Python3 commands
Sourcefnclear_buffer(&mut self)
fnclear_buffer(&mut self)
Clear the text buffer with Python commands