Pie
You can use pie charts when you want to show differences within groups based on one variable. If you have categorical data then using a pie chart is a good choice.
The Method To Use
The method is s.plt.pie()
It must contain the following input variables:
And accepts the following input variable as optional:
Video demonstration of the Pie chart
Examples
1. Default Configuration
2. Customization And Context
Featured Content
Changing the Menu Path
The menu_path
can be modified.
It is possible to use any number of rows.
Last updated