matplotlib tutorial (10) nitta@tsuda.ac.jp

Chapter 10: Pie Chart / Circle Graph

10-1: Drawing a circle graph pyplot.pie

Create a circle graph using pyplot.pie()

10-2: Circle Graph displayed clockwise with a start angle of 90 degree

10-3: Set element color, width of edge line, and color of color label text

10-4: Cut out a specific element to make it stand out