Luc

Results 4 issues of Luc

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...

Hi, this is my initial work on a multiphase michelsen algorithm. The only real change is the Rachford-Rice equation, which is reformulated to a convex minimisation problem, as in (1)...

method improvements