Plot3d
Examples
Flight path
Draw a flight path approaching landing with variable line thickness and color depending on airplain height.
using GMT
D = gmtread(getpath4docs("track_sample_data.txt"), incols="7,6,3");
plot3d(D, lc=:gradient, lt=[1,5], par=(PS_LINE_CAP="round",), show=true)
© GMT.jl. Last modified: March 28, 2023. Website built with Xranklin.jl and the Julia programming language.
These docs were autogenerated using GMT: v0.44.6