Paul Wessel

Results 58 issues of Paul Wessel

I believe @ldldr (Florian) wrote this script years ago. It seems badly out of sync with GMT now: - Lots of modules added to GMT since the script was introduced...

bug

I think this is more unintended consequences than a bug, but certainly confusing: I wanted to sort a data table into ascending order based on values in column 4, then...

bug

See #6799 for background. The label on the color bar for units was set using annotation font and offset instead of the correct label font and offset. @seisman, please build...

bug

While I thought we fixed this a short while ago, apparently not. This example shows the problem: ``` gmt begin Subplots png gmt subplot begin 1x1 -Ff20c gmt coast -R-80/-64/-6/14...

bug

This is the first import of files and settings that seems relevant from the old autoconf/Makefile-driven gmtmex project. First goal is to have this not break regular GMT built when...

See #6818 for background. This PR improves the discussion of water depth (related to density contrasts) and reference depth (-Z, now specified as a distance). Also added an include _rst...

bug
documentation

**Description of the desired feature** Currently, when such one-liners are run we issue a **colorbar** call to place the color bar beneath the plot. However, since the user is not...

feature request

**Description of the desired feature** Except for **grdredpol**, all potential modules either accept a topographic grid or profile, and/or in some cases create a topographic grid or profile. Topographic input...

feature request

This perl script which is configured by CMake and ends up as the program _gmt5syntax_ in share/tools can be used to translate old GMT4 scripts to modern syntax (basically, prepending...

feature request

See the original [PyGMT](https://github.com/GenericMappingTools/pygmt/issues/1927) issue for background. I have isolated a small 5x4 grid cut from the offending grid above that fails to let us contour the zero-contour. This hangs:...

bug