Skip to content

Commit

Permalink
Update gmtconvert.rst (#7675)
Browse files Browse the repository at this point in the history
Save users hours of head scratching!
  • Loading branch information
jidanni authored Jul 25, 2023
1 parent 5417318 commit 1177282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rst/source/gmtconvert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ columns 4-6 and write ASCII with the command::
gmt convert results.b -o8,4-6 -bi9s | gmt plot ...

You want to plot the 2nd column of a 2-column file left.txt versus the
first column of a file right.txt::
first column of a file right.txt (i.e., 1 of 0,1 and 2 of 2,3)::

gmt convert left.txt right.txt -A -o1,2 | gmt plot ...

Expand Down

0 comments on commit 1177282

Please sign in to comment.