Paul Wessel

Results 58 issues of Paul Wessel

**Description of the desired feature** Please see this [StackExchange](https://unix.stackexchange.com/questions/126927/have-backticks-i-e-cmd-in-sh-shells-been-deprecated#:~:text=In%20csh%2Ftcsh%2C%20the%20backticks,ever%2C%20for%20that%20matter).) note for full background. Basically, the argument is that we should stick to `$(..)` as the recommended way to run a...

feature request

The **gmtmath** and **grdmath** macro allows users to name an intermediate result (`STO@name`) and then recall it for use later on in the same command via `[RCL]@name`, and to clear...

feature request

Looking at the documentation webpage sidebar I had these thoughts: Under **Getting Started** we have ``` Example Gallery Animations Tutorial Tutorial in Julia ``` The first two are both galleries...

feature request
documentation

Subplot expects information about panel size via **-S**. however, for 3-D perspective views it appears as these have little effect. This is related to the earlier fix #6516 for placement...

bug

There are two issues addressed in this PR: 1. There is a check to parse txt_c for z-values given via **+w** on line 2359 but the count _k_ is not...

bug

This works (no tiling since one grid): gmt grdimage @earth_relief_06m -R-3000/2600/-790/810+uk -JOc190/25/266/68/15c -B -png m6 This looks very sad (all tiles are present on disk): gmt grdimage @earth_relief_05m -R-3000/2600/-790/810+uk -JOc190/25/266/68/15c...

bug

As reported on the [forum](https://forum.generic-mapping-tools.org/t/the-inset-picture-doesnt-displayed/2677), **inset** used in subplot panels fails in terms of placement. Clearly the -Dj setting is computing strange placement coordinates. In the original post, the BR...

bug

**Description of the desired feature** I am not sure if we are catching any problems related to our OpenMP implementation. Because most times when I run tests (and probably the...

feature request

For those who did not install DCW from a tarball or Linux distributions, GMT will download the latest from the gmt server. However, until this PR there was no mechanism...

enhancement

**Description of the problem** The general issue here is the problem of Matlab, Julia, and Python finding the right GMT libraries and dependencies. For the GMT/MEX toolbox the only way...

bug