pub struct GGPlot { /* private fields */ }
Implementations§
Source§impl GGPlot
impl GGPlot
pub fn get_aesthetic(&self) -> GGAesthetic
pub fn get_geometric(&self) -> GGGeometric
pub fn get_coordinate(&self) -> GGCoordinate
pub fn get_scale(&self) -> GGScale
pub fn get_view(&self) -> GGScaleView
pub fn get_transform(&self) -> GGTransform
pub fn get_transition(&self) -> GGTransition
pub fn get_facet(&self) -> GGFacet
pub fn set_aesthetic(&mut self, aesthetic: GGAesthetic)
pub fn set_geometric(&mut self, geometric: GGGeometric)
pub fn set_coordinate(&mut self, coordinate: GGCoordinate)
pub fn set_scale(&mut self, scale: GGScale)
pub fn set_view(&mut self, view: GGScaleView)
pub fn set_transform(&mut self, transform: GGTransform)
pub fn set_transition(&mut self, transition: GGTransition)
pub fn set_facet(&mut self, facet: GGFacet)
pub fn with_aesthetic(self, aesthetic: GGAesthetic) -> Self
pub fn with_geometric(self, geometric: GGGeometric) -> Self
pub fn with_coordinate(self, coordinate: GGCoordinate) -> Self
pub fn with_scale(self, scale: GGScale) -> Self
pub fn with_view(self, view: GGScaleView) -> Self
pub fn with_transform(self, transform: GGTransform) -> Self
pub fn with_transition(self, transition: GGTransition) -> Self
pub fn with_facet(self, facet: GGFacet) -> Self
Trait Implementations§
Source§impl Add<GGAesthetic> for GGPlot
impl Add<GGAesthetic> for GGPlot
Source§impl AddAssign<GGAesthetic> for GGPlot
impl AddAssign<GGAesthetic> for GGPlot
Source§fn add_assign(&mut self, rhs: GGAesthetic)
fn add_assign(&mut self, rhs: GGAesthetic)
Performs the
+=
operation. Read moreSource§impl AddAssign for GGPlot
impl AddAssign for GGPlot
Source§fn add_assign(&mut self, rhs: GGPlot)
fn add_assign(&mut self, rhs: GGPlot)
Performs the
+=
operation. Read moreAuto Trait Implementations§
impl Freeze for GGPlot
impl RefUnwindSafe for GGPlot
impl Send for GGPlot
impl Sync for GGPlot
impl Unpin for GGPlot
impl UnwindSafe for GGPlot
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