@@ -3066,7 +3066,7 @@ def phase_spectrum(x, Fs=None, Fc=None, window=None, pad_to=None, sides=None,
3066
3066
def pie (x , explode = None , labels = None , colors = None , autopct = None ,
3067
3067
pctdistance = 0.6 , shadow = False , labeldistance = 1.1 , startangle = None ,
3068
3068
radius = None , counterclock = True , wedgeprops = None , textprops = None ,
3069
- hold = None , center = ( 0 , 0 ), frame = False ):
3069
+ hold = None ):
3070
3070
ax = gca ()
3071
3071
# allow callers to override the hold state by passing hold=True|False
3072
3072
washold = ax .ishold ()
@@ -3078,8 +3078,7 @@ def pie(x, explode=None, labels=None, colors=None, autopct=None,
3078
3078
autopct = autopct , pctdistance = pctdistance , shadow = shadow ,
3079
3079
labeldistance = labeldistance , startangle = startangle ,
3080
3080
radius = radius , counterclock = counterclock ,
3081
- wedgeprops = wedgeprops , textprops = textprops ,
3082
- center = center ,frame = frame )
3081
+ wedgeprops = wedgeprops , textprops = textprops )
3083
3082
draw_if_interactive ()
3084
3083
finally :
3085
3084
ax .hold (washold )
0 commit comments