GenericMappingTools / GenericMappingTools/gmt

colorbar overlaping annotations

Open
#4,343 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
979
Forks
414
Avg merge
17h 26m
Merged PRs (30d)
54

Description

Note, GMT.jl master version is needed to reproduce this example.

We also lack an option to plot the colorbar parallel to the vertical *z-axis*
```
julia> imshow((x,y) -> 1/x + y*x^2, 0.1:0.05:2.0, 0.2:0.1:2.0, xlabel="longer xlabel", ylabel="longer ylabel", zlabel="longer zlabel", view=(55,45), colorbar=true, Vd=1, fmt=:png)
["grdview -JX12c/0 -Baf -Bza -Bx+l\"longer xlabel\" -By+l\"longer ylabel\" -Bz+l\"longer zlabel\" -p55/45 -Qi100 -JZ8 -R0.1/2/0.2/2 -C -P -K > C:\\TMP\\GMTjl_tmp.ps", "psscale -R -J -Baf -p55/45 -DJMR -C -K -O >> C:\\TMP\\GMTjl_tmp.ps"]
```
![GMTjl_tmp](https://user-images.githubusercontent.com/537321/96336344-f48d0500-1076-11eb-951c-657fff177a47.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.