The wedge sizes.
If not None, is a len(x)
array which specifies the fraction of the radius with which to offset each wedge.
A sequence of strings providing the labels for each wedge
A sequence of matplotlib color args through which the pie chart will cycle. If None, will use the colors in the currently active cycle.
If not None, is a string or function used to label the wedges with their numeric value. The label will be placed inside the wedge. If it is a format string, the label will be fmt%pct
. If it is a function, it will be called.
The ratio between the center of each pie slice and the start of the text generated by autopct. Ignored if autopct is None.
Draw a shadow beneath the pie.
The radial distance at which the pie labels are drawn. If set to None
, label are not drawn, but are stored for use in legend()
If not None, rotates the start of the pie chart by angle degrees counterclockwise from the x-axis.
The radius of the pie, if radius is None it will be set to 1.
Specify fractions direction, clockwise or counterclockwise.
Dict of arguments passed to the wedge objects making the pie. For example, you can pass in wedgeprops = {'linewidth': 3}
to set the width of the wedge border lines equal to 3. For more details, look at the doc/arguments of the wedge object. By default clip_on=False
.
Dict of arguments to pass to the text objects.
Center position of the chart. Takes value (0, 0) or is a sequence of 2 scalars.
Plot axes frame with the chart if true.
Rotate each label to the angle of the corresponding slice if true.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4