Set the outer padding ratio.
(mut self, padding: f32)
| 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 { |