Guillaume D-A
Guillaume D-A
Following [this question on forum](https://forum.generic-mapping-tools.org/t/l-automatic-legend-symbol/3068/5) I want to be able to change the shape of the arrow drawn by automatic legend : ``` gmt grdvector tmp_u10.nc tmp_v10.nc -Gblack -Wthickest,black -Si${v_scale}+c+s1...
Not sure it is a bug but it seems that `inset` doesn't retain history within its block. Is it on purpose ? Guillaume
Hi, I'm running this command in batch : ``` [...] -Bxa20f10g10 -Bpya1Of1og1o -Bsya1Yf1yg1y+a-90 -BWSen ``` and the `+a-90` affects both primary and secondary frame (only secondary wanted). I tried ```...
Hi, I'm wrapping up the sea-ice concentration movie for @Esteban82 and I *sometimes* got an error. The script can't find a file (absolute path given) ``` projection="-JG0/0/10c+w25" gmt grdimage ${DIR_wrk}/inset_illu.nc...
Hi there, [simple context](https://forum.generic-mapping-tools.org/t/plot3d-what-am-i-doing-wrong/3352) Could you add the possibility to handle 3D coordinates through an option when using `-Ra` or `-R{dcw code}`. Examples given : ``` gmt plot3d -Ra+z0/200 -JM10c...
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 :...