We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d15555 commit 12ea579Copy full SHA for 12ea579
docs/src/tutorial.md
@@ -27,8 +27,10 @@ end
27
28
## Preface: some test data...
29
30
-The Contour module expects input data to be on a Cartesian grid, and supports
31
-both uniform and non-uniform grid spacings. For the following examples, `x` and
+The Contour module expects input data to be on a Cartesian grid, and supports uniform
+and non-uniform grid spacings, as well as general curvilinear grids (where `x` and `y` are matrices).
32
+
33
+For the following examples, `x` and
34
`y` are 1D sorted arrays that contain the grid coordinates, and `z` is a matrix
35
arranged such that `z[xi,yi]` correspond to the location `(x[xi], y[yi])`.
36
0 commit comments