MCPcopy Create free account
hub / github.com/askanium/rustplotlib / set_outer_padding

Method set_outer_padding

src/scales/band.rs:59–63  ·  view source on GitHub ↗

Set the outer padding ratio.

(mut self, padding: f32)

Source from the content-addressed store, hash-verified

57
58 /// Set the outer padding ratio.
59 pub fn set_outer_padding(mut self, padding: f32) -> Self {
60 self.padding_outer = padding;
61 self.rescale();
62 self
63 }
64
65 /// Set the domain limits for the scale band.
66 pub fn set_domain(mut self, range: Vec<String>) -> Self {

Callers 1

mainFunction · 0.80

Calls 1

rescaleMethod · 0.80

Tested by

no test coverage detected