pub fn history<B, R, H>(
root: R,
history: H
) -> Result<(), DrawingAreaErrorKind<<B as DrawingBackend>::ErrorType>>where
B: DrawingBackend,
DrawingArea<B, Shift>: From<R>,
H: AsRef<[f64]>,Available on crate feature
plot only.Expand description
Plot the synthesis history.