@@ -2599,7 +2599,7 @@ def broken_barh(xranges, yrange, hold=None, **kwargs):
2599
2599
# This function was autogenerated by boilerplate.py. Do not edit as
2600
2600
# changes will be lost
2601
2601
@_autogen_docstring (Axes .boxplot )
2602
- def boxplot (x , notch = False , sym = u 'b+' , vert = True , whis = 1.5 , positions = None ,
2602
+ def boxplot (x , notch = False , sym = 'b+' , vert = True , whis = 1.5 , positions = None ,
2603
2603
widths = None , patch_artist = False , bootstrap = None , usermedians = None ,
2604
2604
conf_intervals = None , meanline = False , showmeans = False , showcaps = True ,
2605
2605
showbox = True , showfliers = True , boxprops = None , labels = None ,
@@ -2631,8 +2631,8 @@ def boxplot(x, notch=False, sym=u'b+', vert=True, whis=1.5, positions=None,
2631
2631
# changes will be lost
2632
2632
@_autogen_docstring (Axes .cohere )
2633
2633
def cohere (x , y , NFFT = 256 , Fs = 2 , Fc = 0 , detrend = mlab .detrend_none ,
2634
- window = mlab .window_hanning , noverlap = 0 , pad_to = None ,
2635
- sides = u'default' , scale_by_freq = None , hold = None , ** kwargs ):
2634
+ window = mlab .window_hanning , noverlap = 0 , pad_to = None , sides = 'default' ,
2635
+ scale_by_freq = None , hold = None , ** kwargs ):
2636
2636
ax = gca ()
2637
2637
# allow callers to override the hold state by passing hold=True|False
2638
2638
washold = ax .ishold ()
@@ -2729,7 +2729,7 @@ def csd(x, y, NFFT=None, Fs=None, Fc=None, detrend=None, window=None,
2729
2729
# This function was autogenerated by boilerplate.py. Do not edit as
2730
2730
# changes will be lost
2731
2731
@_autogen_docstring (Axes .errorbar )
2732
- def errorbar (x , y , yerr = None , xerr = None , fmt = u '-' , ecolor = None , elinewidth = None ,
2732
+ def errorbar (x , y , yerr = None , xerr = None , fmt = '-' , ecolor = None , elinewidth = None ,
2733
2733
capsize = 3 , barsabove = False , lolims = False , uplims = False ,
2734
2734
xlolims = False , xuplims = False , errorevery = 1 , capthick = None ,
2735
2735
hold = None , ** kwargs ):
@@ -2754,9 +2754,9 @@ def errorbar(x, y, yerr=None, xerr=None, fmt=u'-', ecolor=None, elinewidth=None,
2754
2754
# This function was autogenerated by boilerplate.py. Do not edit as
2755
2755
# changes will be lost
2756
2756
@_autogen_docstring (Axes .eventplot )
2757
- def eventplot (positions , orientation = u 'horizontal' , lineoffsets = 1 ,
2758
- linelengths = 1 , linewidths = None , colors = None , linestyles = u 'solid' ,
2759
- hold = None , ** kwargs ):
2757
+ def eventplot (positions , orientation = 'horizontal' , lineoffsets = 1 , linelengths = 1 ,
2758
+ linewidths = None , colors = None , linestyles = 'solid' , hold = None ,
2759
+ ** kwargs ):
2760
2760
ax = gca ()
2761
2761
# allow callers to override the hold state by passing hold=True|False
2762
2762
washold = ax .ishold ()
@@ -2832,9 +2832,9 @@ def fill_betweenx(y, x1, x2=0, where=None, hold=None, **kwargs):
2832
2832
# This function was autogenerated by boilerplate.py. Do not edit as
2833
2833
# changes will be lost
2834
2834
@_autogen_docstring (Axes .hexbin )
2835
- def hexbin (x , y , C = None , gridsize = 100 , bins = None , xscale = u 'linear' ,
2836
- yscale = u 'linear' , extent = None , cmap = None , norm = None , vmin = None ,
2837
- vmax = None , alpha = None , linewidths = None , edgecolors = u 'none' ,
2835
+ def hexbin (x , y , C = None , gridsize = 100 , bins = None , xscale = 'linear' ,
2836
+ yscale = 'linear' , extent = None , cmap = None , norm = None , vmin = None ,
2837
+ vmax = None , alpha = None , linewidths = None , edgecolors = 'none' ,
2838
2838
reduce_C_function = np .mean , mincnt = None , marginals = False , hold = None ,
2839
2839
** kwargs ):
2840
2840
ax = gca ()
@@ -2860,7 +2860,7 @@ def hexbin(x, y, C=None, gridsize=100, bins=None, xscale=u'linear',
2860
2860
# changes will be lost
2861
2861
@_autogen_docstring (Axes .hist )
2862
2862
def hist (x , bins = 10 , range = None , normed = False , weights = None , cumulative = False ,
2863
- bottom = None , histtype = u 'bar' , align = u 'mid' , orientation = u 'vertical' ,
2863
+ bottom = None , histtype = 'bar' , align = 'mid' , orientation = 'vertical' ,
2864
2864
rwidth = None , log = False , color = None , label = None , stacked = False ,
2865
2865
hold = None , ** kwargs ):
2866
2866
ax = gca ()
@@ -2904,8 +2904,8 @@ def hist2d(x, y, bins=10, range=None, normed=False, weights=None, cmin=None,
2904
2904
# This function was autogenerated by boilerplate.py. Do not edit as
2905
2905
# changes will be lost
2906
2906
@_autogen_docstring (Axes .hlines )
2907
- def hlines (y , xmin , xmax , colors = u 'k' , linestyles = u 'solid' , label = u'' ,
2908
- hold = None , ** kwargs ):
2907
+ def hlines (y , xmin , xmax , colors = 'k' , linestyles = 'solid' , label = '' , hold = None ,
2908
+ ** kwargs ):
2909
2909
ax = gca ()
2910
2910
# allow callers to override the hold state by passing hold=True|False
2911
2911
washold = ax .ishold ()
@@ -3087,7 +3087,7 @@ def plot(*args, **kwargs):
3087
3087
# This function was autogenerated by boilerplate.py. Do not edit as
3088
3088
# changes will be lost
3089
3089
@_autogen_docstring (Axes .plot_date )
3090
- def plot_date (x , y , fmt = u 'o' , tz = None , xdate = True , ydate = False , hold = None ,
3090
+ def plot_date (x , y , fmt = 'o' , tz = None , xdate = True , ydate = False , hold = None ,
3091
3091
** kwargs ):
3092
3092
ax = gca ()
3093
3093
# allow callers to override the hold state by passing hold=True|False
@@ -3166,7 +3166,7 @@ def quiverkey(*args, **kw):
3166
3166
# This function was autogenerated by boilerplate.py. Do not edit as
3167
3167
# changes will be lost
3168
3168
@_autogen_docstring (Axes .scatter )
3169
- def scatter (x , y , s = 20 , c = u 'b' , marker = u 'o' , cmap = None , norm = None , vmin = None ,
3169
+ def scatter (x , y , s = 20 , c = 'b' , marker = 'o' , cmap = None , norm = None , vmin = None ,
3170
3170
vmax = None , alpha = None , linewidths = None , verts = None , hold = None ,
3171
3171
** kwargs ):
3172
3172
ax = gca ()
@@ -3304,7 +3304,7 @@ def step(x, y, *args, **kwargs):
3304
3304
# changes will be lost
3305
3305
@_autogen_docstring (Axes .streamplot )
3306
3306
def streamplot (x , y , u , v , density = 1 , linewidth = None , color = None , cmap = None ,
3307
- norm = None , arrowsize = 1 , arrowstyle = u '-|>' , minlength = 0.1 ,
3307
+ norm = None , arrowsize = 1 , arrowstyle = '-|>' , minlength = 0.1 ,
3308
3308
transform = None , zorder = 1 , hold = None ):
3309
3309
ax = gca ()
3310
3310
# allow callers to override the hold state by passing hold=True|False
@@ -3399,8 +3399,8 @@ def triplot(*args, **kwargs):
3399
3399
# This function was autogenerated by boilerplate.py. Do not edit as
3400
3400
# changes will be lost
3401
3401
@_autogen_docstring (Axes .vlines )
3402
- def vlines (x , ymin , ymax , colors = u 'k' , linestyles = u 'solid' , label = u'' ,
3403
- hold = None , ** kwargs ):
3402
+ def vlines (x , ymin , ymax , colors = 'k' , linestyles = 'solid' , label = '' , hold = None ,
3403
+ ** kwargs ):
3404
3404
ax = gca ()
3405
3405
# allow callers to override the hold state by passing hold=True|False
3406
3406
washold = ax .ishold ()
@@ -3465,7 +3465,7 @@ def cla():
3465
3465
# This function was autogenerated by boilerplate.py. Do not edit as
3466
3466
# changes will be lost
3467
3467
@docstring .copy_dedent (Axes .grid )
3468
- def grid (b = None , which = u 'major' , axis = u 'both' , ** kwargs ):
3468
+ def grid (b = None , which = 'major' , axis = 'both' , ** kwargs ):
3469
3469
ret = gca ().grid (b = b , which = which , axis = axis , ** kwargs )
3470
3470
draw_if_interactive ()
3471
3471
return ret
@@ -3513,15 +3513,15 @@ def ticklabel_format(**kwargs):
3513
3513
# This function was autogenerated by boilerplate.py. Do not edit as
3514
3514
# changes will be lost
3515
3515
@docstring .copy_dedent (Axes .locator_params )
3516
- def locator_params (axis = u 'both' , tight = None , ** kwargs ):
3516
+ def locator_params (axis = 'both' , tight = None , ** kwargs ):
3517
3517
ret = gca ().locator_params (axis = axis , tight = tight , ** kwargs )
3518
3518
draw_if_interactive ()
3519
3519
return ret
3520
3520
3521
3521
# This function was autogenerated by boilerplate.py. Do not edit as
3522
3522
# changes will be lost
3523
3523
@docstring .copy_dedent (Axes .tick_params )
3524
- def tick_params (axis = u 'both' , ** kwargs ):
3524
+ def tick_params (axis = 'both' , ** kwargs ):
3525
3525
ret = gca ().tick_params (axis = axis , ** kwargs )
3526
3526
draw_if_interactive ()
3527
3527
return ret
@@ -3537,7 +3537,7 @@ def margins(*args, **kw):
3537
3537
# This function was autogenerated by boilerplate.py. Do not edit as
3538
3538
# changes will be lost
3539
3539
@docstring .copy_dedent (Axes .autoscale )
3540
- def autoscale (enable = True , axis = u 'both' , tight = None ):
3540
+ def autoscale (enable = True , axis = 'both' , tight = None ):
3541
3541
ret = gca ().autoscale (enable = enable , axis = axis , tight = tight )
3542
3542
draw_if_interactive ()
3543
3543
return ret
0 commit comments