We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8677818 commit f8a3ed7Copy full SHA for f8a3ed7
egui_plot/src/lib.rs
@@ -437,7 +437,7 @@ impl<'a> Plot<'a> {
437
}
438
439
/// Provide a function to customize the on-hover label for the x and y axis.
440
- /// This is a generalized version of label_formatter that also provides the point's index,
+ /// This is a generalized version of `label_formatter` that also provides the point's index,
441
/// and allows for the tooltip to be hidden conditionally by returning an Option<String>
442
///
443
/// ```
0 commit comments