Bug #884
Using -B(afg) with GMT4 syntax and GMT5 syntax give different results
| Status: | Closed | Start date: | 2016-04-05 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% | ||
| Category: | - | Estimated time: | 1.00 hour | |
| Target version: | Candidate for next bugfix release | |||
| Affected version: | 5.2-svn | Platform: |
Description
Using -B(afg) with GMT4 syntax and GMT5 syntax give different results. In the attached example the x axis looks good and are the same for the two plots, but the y-axis is different.
Example code:
pscoast -R-10/40/60/82 -Slightblue -JM14c -Glightgrey -P -K -Bafg/afg:."-Bafg/afg (GMT4 syntax)": -W > B_test.ps pscoast -R -X18c -W -J -O -Slightblue -Glightgrey -Bxafg -Byafg -BWESN+t"-Bxafg -Byafg (GMT5 syntax)" >> B_test.ps
Associated revisions
Generate proper automatic intervals in both directions.
This fixes issue #884