(mut self, auto_bounds: impl Into<Vec2b>)
| 573 | /// This is enabled by default. |
| 574 | #[inline] |
| 575 | pub fn auto_bounds(mut self, auto_bounds: impl Into<Vec2b>) -> Self { |
| 576 | self.default_auto_bounds = auto_bounds.into(); |
| 577 | self |
| 578 | } |
| 579 | |
| 580 | /// Expand bounds to fit all items across the x axis, including values given |
| 581 | /// by `include_x`. |
no outgoing calls