w3resource

Matplotlib Pie Chart: Exercises, Practice, Solution

Matplotlib Pie Chart [4 exercises with solution]

[An editor is available at the bottom of the page to write and execute the scripts. Go to the editor]

1. Write a Python programming to create a pie chart of the popularity of programming Languages.
Sample data:
Programming languages: Java, Python, PHP, JavaScript, C#, C++
Popularity: 22.2, 17.6, 8.8, 8, 7.7, 6.7
The code snippet gives the output shown in the following screenshot:

Matplotlib PieChart: Create a pie chart of the popularity of programming Languages
Click me to see the sample solution

2. Write a Python programming to create a pie chart with a title of the popularity of programming Languages.
Sample data:
Programming languages: Java, Python, PHP, JavaScript, C#, C++
Popularity: 22.2, 17.6, 8.8, 8, 7.7, 6.7
The code snippet gives the output shown in the following screenshot:

Matplotlib PieChart: Create a pie chart with a title of the popularity of programming Languages
Click me to see the sample solution

3. Write a Python programming to create a pie chart with a title of the popularity of programming Languages.Make multiple wedges of the pie.
Sample data:
Programming languages: Java, Python, PHP, JavaScript, C#, C++
Popularity: 22.2, 17.6, 8.8, 8, 7.7, 6.7
The code snippet gives the output shown in the following screenshot:

Matplotlib PieChart: Display a bar chart of the popularity of programming Languages using uniform color
Click me to see the sample solution

4. Write a Python programming to create a pie chart of gold medal achievements of five most successful countries in 2016 Summer Olympics. Read the data from a csv file.
Sample data:
medal.csv
country,gold_medal
United States,46
Great Britain,27
China,26
Russia,19
Germany,17

Matplotlib PieChart: Create a pie chart of gold medal achievements of five most successful countries in 2016 Summer Olympics and read the data from a csv file
Click me to see the sample solution

Python Code Editor:

More to Come !

Do not submit any solution of the above exercises at here, if you want to contribute go to the appropriate exercise page.



Become a Patron!

Follow us on Facebook and Twitter for latest update.

It will be nice if you may share this link in any developer community or anywhere else, from where other developers may find this content. Thanks.

https://w3resource.com/graphics/matplotlib/piechart/index.php