GenericMappingTools / GenericMappingTools/gmt
Multiple -JP plots start at end of previous plot (well, sort off)
Open
bug
- Dominant language
- C
- Stars
- 979
- Forks
- 414
- Avg merge
- 17h 26m
- Merged PRs (30d)
- 54
Description
Background, I want to create a [radar plot](https://en.wikipedia.org/wiki/Radar_chart)
This is already odd. Origin of second axis is not 0,0 and its length is not 12c but rather 1/cos(45)
```
gmt psbasemap -R-0.0001/0.0001/0/1 -JP12c -Bya -P -K > lixo.ps
gmt psbasemap -R-0.0001/0.0001/0/1 -JP12c+t45 -Bya -O >> lixo.ps
```

and trying ``+t90`` hangs it or maybe its creating a such big PS that I aborted after a while.
Contributor guide
Assessment
This issue has not been assessed yet.