GenericMappingTools / GenericMappingTools/gmt

Wrong scale in vector attributes +z[scale]

Open
#7,039 15 comments 0 reactions 0 assignees View on GitHub
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
```
![lixo](https://user-images.githubusercontent.com/537321/191632733-8d274670-40a7-4616-aa1e-055301722e9f.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.