How to sin

It’s been a while since I last shown a bit of the Julia shine

using GMT

x = linspace(0,2π,50);
plot(x, sin.(x), linestyle="Line&I am sinning&", theme=("A2GraphDark"), show=true)

5 Likes