Mapping polar regions

Balaji Devaraju <[email protected]> Wed, 21 May 2014 09:51:18 +0200
Newsgroups gmane.comp.gis.gmt.user
Message-ID <[email protected]>
Dear GMTers,
I'm trying to plot the polar view of some mathematical functions and I'm
having trouble plotting them. Following is the code I used

-----+ GMT version 5.1.2 r12977 +----------

CPT="seeget.cpt"
makecpt -Crainbow -T-0.2/1/0.1 -I > $CPT

# Method 1
xyz2grd dspole.xyz -Gdspolexyz.grd -I1 -R-180/180/0/30 -V
grdimage dspolexyz.grd -JPa2i -R0/360/0/30 -C$CPT -P -Xc -Yc -V > dspolep.ps

# Method 2
grdreformat dspole.asc=ef dspole.grd -V
grdproject dspole.grd -Gdspolestereo.grd -Js0/90/1:2e8 -R-180/180/60/90g
-E300 -V
grdimage dspolestereo.grd -JS0/90/2i -C$CPT -P -Xc -Yc -V > dspole.ps

-------+ end +-----------------------------

I'm not sure if I 'm doing things right here. The former method provides
me pixellated results even if I use a 0.05 degree resolution grid.
The latter method gives me the results that I want to some extent, but
still I'm not able to  generate the desired result 'dstrplat0.pdf'.

Long story short: What is the best way to plot smooth polar plots?

Any help with this is appreciated!

Regards,
D. Balaji





Mailing list for GMT discussions of all kinds.  If you are not sure you have found a bug, discuss it here first.
To formally report bugs or request features, please register and add New Issue on gmt.soest.hawaii.edu
To unsubscribe, send the message "signoff gmt-help" to [email protected]
Note: gmt-help will become obsolete on Sept 1, 2014 - please use forum on gmt.soest.hawaii.edu instead.
dspole.pdf (application/download, 8.5 KB) - not displayed
dspolep.pdf (application/download, 4 KB) - not displayed
dstrplat0.pdf (application/download, 15.9 KB) - not displayed
dspole.asc (application/pgp-encrypted, 164.1 KB) - not displayed
dspole.xyz (chemical/x-xyz, 186 KB) - not displayed