Method
coordinates_formatter
(mut self, position: Corner, formatter: CoordinatesFormatter<'a>)
Source from the content-addressed store, hash-verified
| 425 | /// Show the pointer coordinates in the plot. |
| 426 | #[inline] |
| 427 | pub fn coordinates_formatter(mut self, position: Corner, formatter: CoordinatesFormatter<'a>) -> Self { |
| 428 | self.coordinates_formatter = Some((position, formatter)); |
| 429 | self |
| 430 | } |
| 431 | |
| 432 | /// Configure how the grid in the background is spaced apart along the X |
| 433 | /// axis. |
Tested by
no test coverage detected