Section 1. Chapter 7
single
Challenge: Polygon Plotting
Swipe to show menu
Task
Swipe to start coding
Practice your geometric plotting skills by visualizing a polygon defined by a list of vertices. This challenge builds on your experience with matplotlib and shape visualization from the previous chapter.
- Accept a list of vertices, where each vertex is a tuple of two numbers representing the x and y coordinates.
- Plot the polygon by connecting the vertices in order, closing the shape by connecting the last vertex back to the first.
- Display the plot using matplotlib.
Solution
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 7
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat