GenericMappingTools / GenericMappingTools/gmt
Wrong scale in vector attributes +z[scale]
Open
bug
- Dominant language
- C
- Stars
- 979
- Forks
- 414
- Avg merge
- 17h 26m
- Merged PRs (30d)
- 54
Description
This plots a vector with the correct length
```
echo 0 0 5 5 | gmt plot -Sv0.5+e+z -R0/5/0/5 -Jx1 -Bpa0.5f0.25g0.5 -BWSen -png lixo
```
but this not (seems divided by 2.54). Note the **+z1** instead of **+z**
```
echo 0 0 5 5 | gmt plot -Sv0.5+e+z1 -R0/5/0/5 -Jx1 -Bpa0.5f0.25g0.5 -BWSen -png lixo
```

Contributor guide
Assessment
This issue has not been assessed yet.