Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Polygon Plotting | Introduction to Geometric Modelling
Geometric Modelling with Python
セクション 1.  7
single

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.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  7
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt