How do i make a list of lines

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 link to an example.
https://www.desmos.com/calculator/fi4sldieei

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.

I think parametric equations would be helpful if you are using lists. Just looking at what you had so far, is this what you are trying to accomplish?

Link

I had a different approach.

1 Like

Sometimes I overthink. My graph reminds me of this comic.

2 Likes