Interpret the x position as a normalized plot coordinate.
(mut self)
| 56 | |
| 57 | /// Interpret the x position as a normalized plot coordinate. |
| 58 | pub fn with_axes_transform(mut self) -> Self { |
| 59 | self.transform = Some(Transform::axes()); |
| 60 | self |
| 61 | } |
| 62 | |
| 63 | /// Set the line width in pixels. |
| 64 | pub fn with_width(mut self, width: f32) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected