pygmt icon indicating copy to clipboard operation
pygmt copied to clipboard

A Python interface for the Generic Mapping Tools.

Results 270 pygmt issues
Sort by recently updated
recently updated
newest added

**Description of the problem** The `incols` (`-i`) parameter of the method `pygmt.Figure.text()` does not provide the functionality as described in the documentation. In this minimal example the data is provided...

documentation

**Description of proposed changes** This PR adds the guidance from #1599 to the contributing guide and shortens the pull request reminders based on the conversation at https://github.com/GenericMappingTools/pygmt/pull/1629#discussion_r754688480. Fixes #1599 **Reminders**...

documentation

**Description of the desired feature** Wrapping a new GMT module in PyGMT is usually a big task (as we've learned the hard way from #804), so it's better on both...

documentation

**Description of the desired feature** Continuing on from #1276, there are some parameters in upstream GMT at https://docs.generic-mapping-tools.org/6.2/grdfill.html which are still missing in PyGMT at https://www.pygmt.org/v0.4.0/api/generated/pygmt.grdfill.html. Your task is to...

good first issue
documentation
help wanted

**Description of the desired feature** As suggested by https://github.com/GenericMappingTools/pygmt/issues/1351#issuecomment-866497785, it would be great to have a gallery example (or a full tutorial) showing how to use `blockmean`/`blockmedian` to reduce an...

good first issue
documentation
help wanted

**Description of the desired feature** Most of the PyGMT modules order aliases and arguments alphabetically by the GMT short option. I think it would be helpful to add this convention...

documentation

**Description of the problem** In our tests, we usually save the output to a `GMTTempFile` object and then check if the output temporary file exists using the `os.path.exists` function. Here...

bug

I build the GMT master branch from source code and install it to `/home/user/opt/GMT-master/`. It's the only GMT version installed on my computer. Here is the output of `pygmt.show_versions()` ```...

maintenance
upstream

This PR wraps the module `earthtide`. **Reminders** - [ ] Run `make format` and `make check` to make sure the code follows the style guide. - [ ] Add tests...

feature

**Description of proposed changes** So far we have no gallery example in which the usage of vertical (**b**) and horizontal (**B**) bars is shown. This PR adds such an example...

documentation