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

Method set_inner_padding

src/scales/band.rs:52–56  ·  view source on GitHub ↗

Set the inner padding ratio.

(mut self, padding: f32)

Source from the content-addressed store, hash-verified

50
51 /// Set the inner padding ratio.
52 pub fn set_inner_padding(mut self, padding: f32) -> Self {
53 self.padding_inner = padding;
54 self.rescale();
55 self
56 }
57
58 /// Set the outer padding ratio.
59 pub fn set_outer_padding(mut self, padding: f32) -> Self {

Callers 1

mainFunction · 0.80

Calls 1

rescaleMethod · 0.80

Tested by

no test coverage detected