Skip to content

Commit

Permalink
Update egui/src/widgets/plot/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Emil Ernerfeldt <[email protected]>
  • Loading branch information
s-nie and emilk authored Feb 10, 2022
1 parent d03c242 commit ad8431f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egui/src/widgets/plot/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ impl Plot {
self
}

/// Provide a function to customize the labels for the X axis based on the current value range.
/// Provide a function to customize the labels for the X axis based on the current visible value range.
///
/// This is useful for custom input domains, e.g. date/time.
///
Expand Down

0 comments on commit ad8431f

Please sign in to comment.