Bug #1142
psbasemap don't plot annotations
Status: | Closed | Start date: | 2017-08-08 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | - | |||
Target version: | Candidate for next bugfix release | |||
Affected version: | 5.x-svn | Platform: |
Description
getting unexpected results from (see attached file):
gmtswitch 5.5.1 gmt psbasemap -R-3/3/-2/2 -JX6c/4c -Ba1:"X":/a1:"Y":SnWe > gmt5.5.1.ps
gmt 5.4.2 results what I expected (see attached file):
gmtswitch 5.4.2 gmt psbasemap -R-3/3/-2/2 -JX6c/4c -Ba1:"X":/a1:"Y":SnWe > gmt5.4.2.ps
I tried with r18664 and r18671
History
#1
Updated by Paul over 3 years ago
- Status changed from New to In Progress
- Assignee set to Paul
- Target version set to Candidate for next bugfix release
Conformed, will have a look. Note this is GMT4 syntax but we aim to be backwards compatible. This works:
gmt psbasemap -R-3/3/-2/2 -JX6c/4c -Bxa1+l"X" -Bya1+l"Y" -BSnWe > t.ps
#2
Updated by Paul over 3 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Should be fixed in r18675.