Interpret the overlay anchor as normalized plot coordinates.
(mut self)
| 72 | |
| 73 | /// Interpret the overlay anchor as normalized plot coordinates. |
| 74 | pub fn with_axes_transform(mut self) -> Self { |
| 75 | self.anchor_position_transform = PositionTransform::axes(); |
| 76 | self |
| 77 | } |
| 78 | |
| 79 | /// Set the overlay position relative to its anchor. |
| 80 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected