-
**Description of the problem**
PyGMT is running a daily cron job for GMT master branch. All the tests passed yesterday (with commit bdb7bfcb4d3839b1b043171973a1bb7dc926a4bf) but two grdimage tests …
-
```
julia> gmt("begin ")
julia> gmt("subplot begin 2x2 -Fs8c")
julia> gmt("read -Td @Table_5_11.txt")
gmtread [ERROR]: Unrecognized option -B
gmtread [ERROR]: Unrecognized option -B
gmtread…
-
**Description of the problem**
I am currently working in [implementing the velo function in pygmt](https://github.com/GenericMappingTools/pygmt/pull/525).
I just realised that, since gmt 6.1…
-
[SciPy 2020](https://www.scipy2020.scipy.org/) is virtual this year. However, [remote sprints](https://www.scipy2020.scipy.org/sprints-schedule) are still taking place on July 11–12. What if we sign u…
-
**Description of the problem**
Running grd convert with files in a current working directory works - referencing other paths does not, although the latter works fine with some other gmt program…
-
**Description of the problem**
We already have an example for colorbar in the gallery (https://www.pygmt.org/dev/gallery/plot/colorbar.html). However, the example is a little low-quality.
1. The…
-
**Description of the desired feature**
We don't have examples for adding texts on maps using `Figure.text()`. The example should be a Python script in the `examples/tutorials` directory. See the ot…
-
**Description of the problem**
The code
```python
with pygmt.clib.Session() as session:
session.call_module('gmtset', 'FONT 8p')
```
runs fine. But the equivalent `pygmt.config()` has trou…
-
Currently, we test pygmt with GMT 6.0.0rc4. I think we also need to test pygmt with the GMT master branch, to make sure changes in the core GMT don't break pygmt.
-
As we try to avoid having any code that calls exit, I find this code in gmtinit_parse_dash_option:
```
/*! parse any --PARAM[=value] arguments */
GMT_LOCAL int gmtinit_parse_dash_option (struct G…