セクション 1. 章 7
single
Challenge: Polygon Plotting
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
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.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 7
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください