Sets the width of each box (default: 0.5)
(&mut self, width: f64)
| 207 | |
| 208 | /// Sets the width of each box (default: 0.5) |
| 209 | pub fn set_width(&mut self, width: f64) -> &mut Self { |
| 210 | self.width = Some(width); |
| 211 | self |
| 212 | } |
| 213 | |
| 214 | /// Hides outlier points (fliers) when `true` |
| 215 | /// |
no outgoing calls