From 4658fde4efe74eb751acb021538b60ad48b56a3c Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Wed, 24 Feb 2021 14:25:59 +0800 Subject: [PATCH] update doc --- docs/lib2x-contours.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib2x-contours.md b/docs/lib2x-contours.md index c291166a..db9bcf2c 100644 --- a/docs/lib2x-contours.md +++ b/docs/lib2x-contours.md @@ -6,7 +6,7 @@ Computes contour polygons by applying [marching squares](https://en.wikipedia.or ## Parameters -- `points` : 2 value array `[x, y]`, rectangle with dimensions `x` and `y`. +- `points` : A list of points `[x, y, z]`. See examples below. - `threshold` : When applying a threshold value, the function returns isolines. When applying upper and lower threshold values, it returns isobands. ## Examples