gmt
gmt copied to clipboard
The Generic Mapping Tools
I modified the example of the [movie docs ](https://docs.generic-mapping-tools.org/dev/movie.html#examples) for windows to only show the master frame PD: I am using a batch scripts. ``` gmt begin gmt coast -Rg...
When I want to test how **gmt movie** is using `ffmpeg` to assemble all the frames for a movie, I need to run gmt movie from the scratch. This means...
The amount of frames on a movie are modified when a title sequence is added (`-E`). So, for example I won't get the last frame if I use `-Ml` along...
I run the script below and I got this message. Note that I use `-MPNG` to ask for a png with transparency layer. `-Mpng` is for without transparency. ``` mv:...
I am working with Paul and Guillaume on an article about movies with GMT (**The Generic Mapping Tools and Animations for the Masses**). I think we will need a new...
Inset not taking into account the `subplot` environment: ``` gmt begin test png gmt subplot begin 3x1 -Fs5c -R0/1/0/1 gmt subplot set gmt basemap -Bafg gmt subplot set gmt basemap...
Hi there, I'm trying to create a 3D animation with a rotation around a fixed point (using `-p[az/el]+w[lon0/lat0]`). When I just use `-p[az/el]` : no problem When I add `+w`...
Hi there, never 2 without 3 (not sure this translate well in English)... anyway, I'm trying to finish [a code](https://forum.generic-mapping-tools.org/t/plot-w-flag-bug/2556/6?u=planetgus) and I'm almost done apart from the first x annotation...
Hi, ``` > gmt --version 6.3.0_6065f93_2021.07.07 ``` Here are three figures. Only the third one behaves as expected, the other two don't print `Pa` from `-Byaf+l"Pa"` in subplot environment :...
This works : ``` gmt begin test png gmt coast -EFR+c -JL2/46/45/48/5c gmt coast -Ggray -Swhite -Wfaint -N1 -A10000 gmt coast -Bafg -Q gmt end show ``` This doesn't :...