Skip to content

Commit

Permalink
doc: fix broken plot
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Feb 9, 2024
1 parent 8ef3ff8 commit 16e79d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/curve/generation/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc = ::embed_doc_image::embed_image!("fit-loose-half-penalized", "doc-images/pl
//! - unpenalized/penalized
//!
//!
//! | Raw Data | Manual Control Polygon | Interpolation |F
//! | Raw Data | Manual Control Polygon | Interpolation |
//! |:------------------------------|:--------------------------|:--------------------------|
//! | ![][points] | ![][manual] | ![][interpolation] |
//! | Scattered, 2-dimensional data points<br>(`N = 18`).<br><br> | Curve of degree `p = 2` with `n = N-1`<br>segments and control points generated<br>directly from the data points. | Curve of degree `p = 2` and `n = N-1`<br>segments interpolating the data points.<br><br> |
Expand Down

0 comments on commit 16e79d7

Please sign in to comment.