-
Originally posted by @weiji14 in https://github.com/GenericMappingTools/pygmt/pull/1284#discussion_r639581006:
> Currently, the blockm*/grdtrack modules simply outputs pandas.DataFrame/filenames (s…
-
One of the project goals is to interface with GMT C API directly using ctypes without system calls. It lets us work on data in memory, which is more efficient than working on files on disk.
However…
-
The "Docs" CI is consistently failing on Windows, with following error:
```
Error: /limitcheck in /----nostringval----
Operand stack: 1.68e-22 0.0
Execution stack: %interp_exit .runexec2 …
-
Please describe what could be improved about this page or the typo/mistake that you found:
"pen (str) – Set pen attributes for lines or the outline of symbols."
should be:
"pen (str, list) – Set pe…
-
Dear PyGMT support,
I get an error in an old code after a coda update.
```
pygmt.exceptions.GMTCLibError: Module 'coast' failed with status code 74:
coast [ERROR]: Map region exceeds 360 degr…
-
### Description of the problem
I want to write text of `A'` on a figure with text box filled by a colour of `fill='230'`. When I use `position='CM'` to specify the position of the text, the `A' -G230…
-
Reported in the PyGMT repository: https://github.com/GenericMappingTools/pygmt/issues/450
The GMT_exit function calls system "exit" function, which works for command line, but also exit external pr…
-
**Description of the problem**
PyGMT currently assumes `xarray.DataArray` grids as gridline registered (`GMT_GRID_NODE_REG`), and of cartesian type (`GMT_GRID_IS_CARTESIAN`). This hardcoding ha…
-
Matplotlib defines a set of relative font sizes, such as "medium" and "large". Unfortunately, matplotlib mixes absolute and relative font sizes in the rcParams dictionary. When using pygmt, I often ta…
-
When I use pygmt to reference txt text in the jupyter lab, the files appear to be occupied by temp files. I tried to close the temp file, but it showed that it had already been opened by python. It's …