Informatics Practices
Which argument must be provided to create wedges out of a pie chart ?
- label
- autopct
- explode
- wedge
PyPlot
2 Likes
Answer
explode
Reason — The explode argument is used in pie charts to visually separate one or more wedges from the rest of the pie chart.
Answered By
2 Likes
Related Questions
Which argument in hist() is used to create a stacked bar type histogram ?
- histt
- histtype
- type
- barstacked
Which of the following functions can plot only one data series ?
- plot()
- bar()
- boxplot()
- pie()
Which argument should be set to display percentage share of each pie on a pie chart ?
- label
- autopct
- explode
- wedge
Which function creates a box plot ?
- box()
- plot()
- boxplot()
- showbox()