GMT.jl
GMT.jl copied to clipboard
Generic Mapping Tools Library Wrapper for Julia
@JuliaRegistrator register()
I have tried three times to install the GMT dependency for GMT.jl and so far have not been successful. On my first try, the version of GMT in the package...
When clocwise is specified within the call to ``ternary()`` the lines are plotted in the incorrect location ```julia b = 0:0.01:0.3 c1 = (1 .- b).^3 .- 0.7^3 c2 =...
Sample code from https://www.generic-mapping-tools.org/GMT.jl/stable/gallery/ternary/ternary/ ```julia # Make use of the knowledge that z ranges berween 0 and 71 (gmtinfo module is a friend) C = makecpt(T=(0,71)); ternary("@ternary.txt", marker=:p, image=true, clockwise=true,...
In case you were unaware, the documentation linked in your readme, https://fct-gmt.ualg.pt/GMTjl_doc/ has had an expired web certificate for around a year now. You may want to renew this if...
*i.e.*, these are not equal ``` legend=(label="x@+2@+", pos=:LT) #and legend=(label="x@+2@+", pos=:LeftTop) # This one is wrongly parsed ```
@JuliaRegistrator register()
Hi @joa-quim, May I ask what this line https://github.com/GenericMappingTools/GMT.jl/blob/168234db04d49f551f6b29899a90dd8f4da91159/test/test_cube.jl#L19 is expected to do? Does it need more arguments? When running in the test, it throws error message ``` grdinterpolate [ERROR]:...
Like in https://makie.juliaplots.org/stable/examples/plotting_functions/hvspan/#example_15793725700820139531
It seems like the `gmt.conf` file in the local directory is not being used. The commands below all plot a figure with the same title font for me: ``` julia>...