Tutorial linesegments

using Makie

 points = [
     Point2f0(0, 0) => Point2f0(5, 5);
     Point2f0(15, 15) => Point2f0(25, 25);
     Point2f0(0, 15) => Point2f0(35, 5);
     ]
 scene = linesegments(points, color = :red, linewidth = 2)