pub struct Lataxis<'a> { /* private fields */ }
Implementations§
Source§impl<'a> Lataxis<'a>
impl<'a> Lataxis<'a>
Sourcepub fn range(&mut self, range: &'a InfoArray) -> &mut Self
pub fn range(&mut self, range: &'a InfoArray) -> &mut Self
Sets the range of this axis (in degrees), sets the map’s clipped coordinates.
Sourcepub fn showgrid(&mut self, showgrid: bool) -> &mut Self
pub fn showgrid(&mut self, showgrid: bool) -> &mut Self
Sets whether or not graticule are shown on the map.
default: false
Sourcepub fn tick_0(&mut self, tick_0: f64) -> &mut Self
pub fn tick_0(&mut self, tick_0: f64) -> &mut Self
Sets the graticule’s starting tick longitude/latitude.
default: 0
Sourcepub fn dtick(&mut self, dtick: f64) -> &mut Self
pub fn dtick(&mut self, dtick: f64) -> &mut Self
Sets the graticule’s longitude/latitude tick step.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Lataxis<'a>
impl<'a> RefUnwindSafe for Lataxis<'a>
impl<'a> Send for Lataxis<'a>
impl<'a> Sync for Lataxis<'a>
impl<'a> Unpin for Lataxis<'a>
impl<'a> UnwindSafe for Lataxis<'a>
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