-
Hello. I am getting some sort of segmentation-type error when running the [points example](https://www.pygmt.org/dev/gallery/plot/points.html#sphx-glr-gallery-plot-points-py):
```
jovyan@jupyter-tjc…
-
Issue:
conda-forge Numpy can not find FFTW when importing a compiled F95 module (anaconda Numpy works fine)
I am the mainainer of pyshtools, which is a python module that makes use of fortran …
-
Hello, when I try and make a legend using the fig.legend() option the fill color is ignored (I attached a simple script below that causes the problem, given that I specify F="+gred" I expect that back…
-
**Version**: 6.1.0
**Scheduled date**: July 1, 2020
**Before release**:
- [x] reserve a DOI on [zenodo](https://zenodo.org) (@PaulWessel)
- [x] run `src/gmt_make_*.sh` to update some .c and .…
-
gmt version = 6.0.0
platform = macOS
In attempting to run the `pygmt.test()` suite, numerous tests fail. Here is the entire output.
```
Last login: Mon Nov 4 13:56:08 on ttys002
➜ ~ ipython…
-
Dear Developers & Users,
When plotting data with labels to later building up a legend, the "labels" cannot have spaces. For example, this code:
```Python
F = pygmt.Figure()
F.plot(0,0,B=["x1"…
-
Dependabot couldn't resolve your project's dependencies as it couldn't access [pygmt](https://github.com/weiji14/pygmt).
You can grant Dependabot access to pygmt by adding the repository [here](https…
-
Below is a simple PyGMT script, which used to work with 6.0.0rc1.
```
import pygmt
fig = pygmt.Figure()
fig.basemap(region="0/10/0/10", frame=True, projection="X10c")
fig.savefig("map.pdf")
```
…
-
@JuliaRegistrator register()
-
The issue was first reported in https://github.com/GenericMappingTools/pygmt/issues/372.
```
gmt begin
gmt makecpt -Cetopo1 -T-8000/5000
gmt figure Fig1
gmt grdimage @earth_relief_20m -JH10c -…