using CairoMakie
ablines(1, 2)
ablines!([2, 4, 6], [1, 3, 4], color = [:red, :orange, :pink], linestyle=:dash, linewidth=2)
current_figure()
using CairoMakie
ablines(1, 2)
ablines!([2, 4, 6], [1, 3, 4], color = [:red, :orange, :pink], linestyle=:dash, linewidth=2)
current_figure()