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 808755d commit 9891b2cCopy full SHA for 9891b2c
pygmt/src/x2sys_cross.py
@@ -195,7 +195,7 @@ def x2sys_cross(
195
match data_kind(track):
196
case "file":
197
file_contexts.append(contextlib.nullcontext(track))
198
- case "matrix":
+ case "vectors":
199
# find suffix (-E) of trackfiles used (e.g. xyz, csv, etc) from
200
# $X2SYS_HOME/TAGNAME/TAGNAME.tag file
201
tagfile = Path(
0 commit comments