Pie
Last updated
Was this helpful?
Last updated
Was this helpful?
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 is s.plt.pie()
It must contain the following input variables:
And accepts the following input variable as optional:
Changing the Menu Path
The menu_path
can be modified.
It is possible to use any number of rows.
padding='0,0,0,2'
, and size with cols_size=6
.