Skip to content

Commit ac17806

Browse files
committed
Updated documentation
1 parent fc99291 commit ac17806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plotbuilder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pub type PlotFn = &'static (Fn(f64) -> f64 + Sync);
99
pub type AnimFn = &'static (Fn(f64, f64) -> f64 + Sync);
1010

1111
/// `PlotVals2D` provides all of the value data for an individual plot
12-
/// Note: Only `Xy()` does anything at the moment
12+
/// Note: Only `Xy()` and `XyColor()` do anything at the moment
1313
#[derive(Clone)]
1414
pub enum PlotVals2D {
1515
/// A simple x-y value line plot

0 commit comments

Comments
 (0)