Skip to content

Commit

Permalink
plot: Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Oct 25, 2023
1 parent 7c4635d commit cbab660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/plot/contour.typ
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
// - data (array): A 2D array of floats where the first index is the row and the second index is the column
// - offset (float): Z value threshold of a cell compare with `op` to, to count as true
// - op (auto,string,funciton): Z value comparison oparator:
// - op (auto,string,function): Z value comparison oparator:
// / `">", ">=", "<", "<=", "!=", "=="`: Use the passed operator to compare z.
// / `auto`: Use ">=" for positive z values, "<=" for negative z values.
// / `<function>`: If set to a function, that function gets called
Expand Down Expand Up @@ -257,7 +257,7 @@
/// - x-samples (int): X axis domain samples (2 < n)
/// - y-samples (int): Y axis domain samples (2 < n)
/// - interpolate (bool): Use linear interpolation between sample values
/// - op (auto,string,funciton): Z value comparison oparator:
/// - op (auto,string,function): Z value comparison oparator:
/// / `">", ">=", "<", "<=", "!=", "=="`: Use the operator for comparison.
/// / `auto`: Use ">=" for positive z values, "<=" for negative z values.
/// / `<function>`: Call comparison function of the format `(plot-z, data-z) => boolean`,
Expand Down

0 comments on commit cbab660

Please sign in to comment.