Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Challenge: Polygon Plotting | Introduction to Geometric Modelling
Geometric Modelling with Python
Section 1. Chapitre 7
single

single

Challenge: Polygon Plotting

Glissez pour afficher le menu

Tâche

Glissez pour commencer à coder

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

Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 7
single

single

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

some-alt