Guillaume D-A

Results 23 comments of Guillaume D-A

The way I would have done it is by calling GMT script from LaTeX (`\input` or whatever) to pipe the info. First run generates the index table (making an incomplete...

> Is it possible that the file actually is not there (yet) In this specific case, `inset_illu.cpt` is created beforehand and stored in the working directory (during `pre.sh`). It is...

So .. it appears that `inset_illu.nc` is created in `include.sh` (`-I` in `movie`) using `grdmath`. I moved the line at fault in `pre.sh` (`-Sb` in `movie`) and the **problem is...

> DIR_wrk is not a unique file name Isn't it though ? It used to be created in `-Sb` (now in `-I`) ... these steps are not parallelized right ?

@PaulWessel : You can see how it makes the animation glitch (lower right corner : https://youtu.be/Uh9YyFryXD4 )

maybe related ? [issue 5476](https://github.com/GenericMappingTools/gmt/issues/5476)

... nevermind ... sorry

Ok ... I've retried ... it does conserve -X -Y but neither -R or -J ``` gmt inset begin -DjBR+w3.5c+o0.25c/0.25c gmt coast -Rg -JG0/0/3c+w45 -Dc -Ggray -A5000 -Bg -Wfaint -X0.25...

``` gmt begin test png gmt basemap -R0/1/0/1 -JX10c -B gmt inset begin -DjBR+w3.5c+o0.25c/0.25c gmt coast -Rg -JG0/0/3c+w45 -Dc -Ggray -A5000 -Bg -Wfaint -X0.25 -Y0.25 gmt plot

So I would have to use something else than `inset` in my case. The [**red arrow** in here](https://forum.generic-mapping-tools.org/t/annotation-10-n/2592/6?u=planetgus) can not, to the best of my knowledge, be plotted outside the...