GenericMappingTools / GenericMappingTools/gmt
Bug in grdcountour -T+a
Open
bug
- Dominant language
- C
- Stars
- 979
- Forks
- 414
- Avg merge
- 17h 26m
- Merged PRs (30d)
- 54
Description
### BUG:
There is a contour line (that goes trough the Andes) with the tickmark in the opposite direction.
### Doubt:
Should all the contour line have tickmarks?
### Full script:
```
gmt begin grdcontour png
gmt grdmath -Rg -I1 40 21 SDIST = tmp_dist.nc
gmt coast -Rd -JX10/5c -G200 -Sdodgerblue2
gmt grdcontour tmp_dist.nc -C1000 -Wthinnest -T+a -A
gmt coast -Rd -JW40/10c -G200 -Sdodgerblue2 -Y5c
gmt grdcontour tmp_dist.nc -C1000 -Wthinnest -T+a
gmt end show
```

Contributor guide
Assessment
This issue has not been assessed yet.