Hello,
I’m updating some old GMT code to GMT6. The old GMT4 version was simple: with the psxy -m option one could plot from a location file broken into segments separated by “>” characters, such as drawing lines between pairs of points, e.g.
lon1 lat1
lon2 lat2
lonA latA
lonB latB
etc.
I haven’t been able to find an equivalent in GMT5 or GMT6; one of my former students did a workaround but it ends up being 10 lines of shell script instead of one little GMT flag.
Is there a proper replacement for this old “-m” option, or has this been completely scrapped? I’ve been reading the “plot” documentation but didn’t find anything.
Thanks!