gmt icon indicating copy to clipboard operation
gmt copied to clipboard

The Generic Mapping Tools

Results 257 gmt issues
Sort by recently updated
recently updated
newest added

**Description of proposed changes** In the definition it's *length*, so replace *width* by *length* in the description. **Reminders** - [ ] Make sure that your code follows our style. Use...

``` using GMT result = sample1d([0 0; 4 1], inc=0.5); gmtconvert(result, f="i0t/o0T", par=(TIME_EPOCH="1969-07-21T02:56:00", TIME_UNIT=:d)) ``` Returns the same as input (telling it to save to file, works). The reason seems...

feature request

I am making a map using a polar stereograpic projection, and wanted to get a 90 S tick and annotation on one axis. Could not get this working, and discovered...

bug

Fix test error #8821 The test failed, but it works correctly when I test it locally. ``` (base) chuan@DESKTOP-QF9C9FL:~/Code/gmt$ cd /home/chuan/Code/gmt/build && ctest --output-on-failure -R "fc_okb|full_moment_tensor|meca_-Smdz|seis_07" 2>&1 | tail -15...

`gmt basemap -Bs -Bxaf` draws full frame with WS axes annotated instead of just one X axis with ticks and no annotations and no other axes. I believe this is...

bug

See https://github.com/GenericMappingTools/pygmt/pull/4149 for context.

This PR updates the documentation to indicate that the -J option is optional.

documentation

Why might the Z-axis disappear or become invisible when I change it to a logarithmic scale in a 3D plot, and how can I fix it? gmt begin rms png...

bug

I am using GMT 6.5.0 so apologies if this is already fixed (or not a bug). **Description of the problem** When setting the font size for my colorbar label with...

question

I created an earthquake animation (similar to Animation 8) and wanted the events to appear with transparency. I noticed a few issues: currently, transparency is only supported during the coda...

feature request