csdms-contrib / slepian_alpha

Scalar spherical-harmonic analysis and Slepian functions
GNU General Public License v2.0
26 stars 31 forks source link

Bug in plotplm #18

Closed harig00 closed 2 years ago

harig00 commented 4 years ago

There is a bug in plotplm.

load topo; topo=flipud(topo); plotplm(topo,[],[],6) This should result in a plot of the data over the south pole. The data is correctly plotted as from the south pole, however the coastlines are shown for the north pole. Also the graph is not aligned with 0 degree lon up. It appears that the view is somehow set to an oblique viewpoint.

fjsimons commented 2 years ago

OK, I finally resolved this. Not elegant, pretty or universal, but at least it does produce a nice plot.