Bug #816
Missing gridlines when phase shift is applied
Status: | Closed | Start date: | 2015-11-15 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | - | |||
Target version: | Candidate for next bugfix release | |||
Affected version: | all | Platform: |
Description
Modified from case first reported in
While this map has all the gridlines:gmt psbasemap -Rg -JF7.5/45/70/18c -Bg15+0.0 -P --MAP_GRID_PEN=0.25p,red -p0/9 > italy.ps
a similar one with a phase shift is missing a few lines:
gmt psbasemap -Rg -JF7.5/45/70/18c -Bg15+7.5 -P --MAP_GRID_PEN=0.25p,red -p0/90 > italy_shift.ps
History
#1
Updated by Paul over 5 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Had to do with trying to avoid drawing both lon = 0 and lon = 360. But with nonzero phase the algorithm that tried to avoid this failed. Fixed in r15252.
#2
Updated by Paul over 5 years ago
- Status changed from Resolved to Closed
Fixed and seems to be working.