We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc99291 commit ac17806Copy full SHA for ac17806
src/plotbuilder.rs
@@ -9,7 +9,7 @@ pub type PlotFn = &'static (Fn(f64) -> f64 + Sync);
9
pub type AnimFn = &'static (Fn(f64, f64) -> f64 + Sync);
10
11
/// `PlotVals2D` provides all of the value data for an individual plot
12
-/// Note: Only `Xy()` does anything at the moment
+/// Note: Only `Xy()` and `XyColor()` do anything at the moment
13
#[derive(Clone)]
14
pub enum PlotVals2D {
15
/// A simple x-y value line plot
0 commit comments