I’m trying to make a list of lines with the polygon function, but it keeps on using the points as coordinates and I cant find a way to separate them. Is there a way to get around this other than trying to attempt to create a line function out of a graph.
The polygon function doesn’t really let you use lists in anyway except to create a list of points for one polygon. You’re probably better off using your lists to create lines with domain restrictions.