@@ -2600,7 +2600,7 @@ def broken_barh(xranges, yrange, hold=None, **kwargs):
2600
2600
# This function was autogenerated by boilerplate.py. Do not edit as
2601
2601
# changes will be lost
2602
2602
@_autogen_docstring (Axes .boxplot )
2603
- def boxplot (x , notch = False , sym = 'b+' , vert = True , whis = 1.5 , positions = None ,
2603
+ def boxplot (x , notch = False , sym = u 'b+' , vert = True , whis = 1.5 , positions = None ,
2604
2604
widths = None , patch_artist = False , bootstrap = None , usermedians = None ,
2605
2605
conf_intervals = None , hold = None ):
2606
2606
ax = gca ()
@@ -2625,7 +2625,7 @@ def boxplot(x, notch=False, sym='b+', vert=True, whis=1.5, positions=None,
2625
2625
@_autogen_docstring (Axes .cohere )
2626
2626
def cohere (x , y , NFFT = 256 , Fs = 2 , Fc = 0 , detrend = mlab .detrend_none ,
2627
2627
window = mlab .window_hanning , noverlap = 0 , pad_to = None ,
2628
- sides = 'default' , scale_by_freq = None , hold = None , ** kwargs ):
2628
+ sides = u 'default' , scale_by_freq = None , hold = None , ** kwargs ):
2629
2629
ax = gca ()
2630
2630
# allow callers to override the hold state by passing hold=True|False
2631
2631
washold = ax .ishold ()
@@ -2722,7 +2722,7 @@ def csd(x, y, NFFT=None, Fs=None, Fc=None, detrend=None, window=None,
2722
2722
# This function was autogenerated by boilerplate.py. Do not edit as
2723
2723
# changes will be lost
2724
2724
@_autogen_docstring (Axes .errorbar )
2725
- def errorbar (x , y , yerr = None , xerr = None , fmt = '-' , ecolor = None , elinewidth = None ,
2725
+ def errorbar (x , y , yerr = None , xerr = None , fmt = u '-' , ecolor = None , elinewidth = None ,
2726
2726
capsize = 3 , barsabove = False , lolims = False , uplims = False ,
2727
2727
xlolims = False , xuplims = False , errorevery = 1 , capthick = None ,
2728
2728
hold = None , ** kwargs ):
@@ -2747,8 +2747,8 @@ def errorbar(x, y, yerr=None, xerr=None, fmt='-', ecolor=None, elinewidth=None,
2747
2747
# This function was autogenerated by boilerplate.py. Do not edit as
2748
2748
# changes will be lost
2749
2749
@_autogen_docstring (Axes .eventplot )
2750
- def eventplot (positions , orientation = 'horizontal' , lineoffsets = 1 ,
2751
- linelengths = 1 , linewidths = None , colors = None , linestyles = 'solid' ,
2750
+ def eventplot (positions , orientation = u 'horizontal' , lineoffsets = 1 ,
2751
+ linelengths = 1 , linewidths = None , colors = None , linestyles = u 'solid' ,
2752
2752
hold = None , ** kwargs ):
2753
2753
ax = gca ()
2754
2754
# allow callers to override the hold state by passing hold=True|False
@@ -2825,9 +2825,9 @@ def fill_betweenx(y, x1, x2=0, where=None, hold=None, **kwargs):
2825
2825
# This function was autogenerated by boilerplate.py. Do not edit as
2826
2826
# changes will be lost
2827
2827
@_autogen_docstring (Axes .hexbin )
2828
- def hexbin (x , y , C = None , gridsize = 100 , bins = None , xscale = 'linear' ,
2829
- yscale = 'linear' , extent = None , cmap = None , norm = None , vmin = None ,
2830
- vmax = None , alpha = None , linewidths = None , edgecolors = 'none' ,
2828
+ def hexbin (x , y , C = None , gridsize = 100 , bins = None , xscale = u 'linear' ,
2829
+ yscale = u 'linear' , extent = None , cmap = None , norm = None , vmin = None ,
2830
+ vmax = None , alpha = None , linewidths = None , edgecolors = u 'none' ,
2831
2831
reduce_C_function = np .mean , mincnt = None , marginals = False , hold = None ,
2832
2832
** kwargs ):
2833
2833
ax = gca ()
@@ -2853,7 +2853,7 @@ def hexbin(x, y, C=None, gridsize=100, bins=None, xscale='linear',
2853
2853
# changes will be lost
2854
2854
@_autogen_docstring (Axes .hist )
2855
2855
def hist (x , bins = 10 , range = None , normed = False , weights = None , cumulative = False ,
2856
- bottom = None , histtype = 'bar' , align = 'mid' , orientation = 'vertical' ,
2856
+ bottom = None , histtype = u 'bar' , align = u 'mid' , orientation = u 'vertical' ,
2857
2857
rwidth = None , log = False , color = None , label = None , stacked = False ,
2858
2858
hold = None , ** kwargs ):
2859
2859
ax = gca ()
@@ -2897,7 +2897,7 @@ def hist2d(x, y, bins=10, range=None, normed=False, weights=None, cmin=None,
2897
2897
# This function was autogenerated by boilerplate.py. Do not edit as
2898
2898
# changes will be lost
2899
2899
@_autogen_docstring (Axes .hlines )
2900
- def hlines (y , xmin , xmax , colors = 'k' , linestyles = 'solid' , label = '' ,
2900
+ def hlines (y , xmin , xmax , colors = u 'k' , linestyles = u 'solid' , label = u '' ,
2901
2901
hold = None , ** kwargs ):
2902
2902
ax = gca ()
2903
2903
# allow callers to override the hold state by passing hold=True|False
@@ -3078,7 +3078,8 @@ def plot(*args, **kwargs):
3078
3078
# This function was autogenerated by boilerplate.py. Do not edit as
3079
3079
# changes will be lost
3080
3080
@_autogen_docstring (Axes .plot_date )
3081
- def plot_date (x , y , fmt = 'o' , tz = None , xdate = True , ydate = False , hold = None ,
3081
+
3082
+ def plot_date (x , y , fmt = u'bo' , tz = None , xdate = True , ydate = False , hold = None ,
3082
3083
** kwargs ):
3083
3084
ax = gca ()
3084
3085
# allow callers to override the hold state by passing hold=True|False
@@ -3157,7 +3158,7 @@ def quiverkey(*args, **kw):
3157
3158
# This function was autogenerated by boilerplate.py. Do not edit as
3158
3159
# changes will be lost
3159
3160
@_autogen_docstring (Axes .scatter )
3160
- def scatter (x , y , s = 20 , c = 'b' , marker = 'o' , cmap = None , norm = None , vmin = None ,
3161
+ def scatter (x , y , s = 20 , c = u 'b' , marker = u 'o' , cmap = None , norm = None , vmin = None ,
3161
3162
vmax = None , alpha = None , linewidths = None , verts = None , hold = None ,
3162
3163
** kwargs ):
3163
3164
ax = gca ()
@@ -3295,7 +3296,7 @@ def step(x, y, *args, **kwargs):
3295
3296
# changes will be lost
3296
3297
@_autogen_docstring (Axes .streamplot )
3297
3298
def streamplot (x , y , u , v , density = 1 , linewidth = None , color = None , cmap = None ,
3298
- norm = None , arrowsize = 1 , arrowstyle = '-|>' , minlength = 0.1 ,
3299
+ norm = None , arrowsize = 1 , arrowstyle = u '-|>' , minlength = 0.1 ,
3299
3300
transform = None , zorder = 1 , hold = None ):
3300
3301
ax = gca ()
3301
3302
# allow callers to override the hold state by passing hold=True|False
@@ -3390,7 +3391,7 @@ def triplot(*args, **kwargs):
3390
3391
# This function was autogenerated by boilerplate.py. Do not edit as
3391
3392
# changes will be lost
3392
3393
@_autogen_docstring (Axes .vlines )
3393
- def vlines (x , ymin , ymax , colors = 'k' , linestyles = 'solid' , label = '' ,
3394
+ def vlines (x , ymin , ymax , colors = u 'k' , linestyles = u 'solid' , label = u '' ,
3394
3395
hold = None , ** kwargs ):
3395
3396
ax = gca ()
3396
3397
# allow callers to override the hold state by passing hold=True|False
@@ -3456,7 +3457,7 @@ def cla():
3456
3457
# This function was autogenerated by boilerplate.py. Do not edit as
3457
3458
# changes will be lost
3458
3459
@docstring .copy_dedent (Axes .grid )
3459
- def grid (b = None , which = 'major' , axis = 'both' , ** kwargs ):
3460
+ def grid (b = None , which = u 'major' , axis = u 'both' , ** kwargs ):
3460
3461
ret = gca ().grid (b = b , which = which , axis = axis , ** kwargs )
3461
3462
draw_if_interactive ()
3462
3463
return ret
@@ -3504,15 +3505,15 @@ def ticklabel_format(**kwargs):
3504
3505
# This function was autogenerated by boilerplate.py. Do not edit as
3505
3506
# changes will be lost
3506
3507
@docstring .copy_dedent (Axes .locator_params )
3507
- def locator_params (axis = 'both' , tight = None , ** kwargs ):
3508
+ def locator_params (axis = u 'both' , tight = None , ** kwargs ):
3508
3509
ret = gca ().locator_params (axis =
A89C
axis , tight = tight , ** kwargs )
3509
3510
draw_if_interactive ()
3510
3511
return ret
3511
3512
3512
3513
# This function was autogenerated by boilerplate.py. Do not edit as
3513
3514
# changes will be lost
3514
3515
@docstring .copy_dedent (Axes .tick_params )
3515
- def tick_params (axis = 'both' , ** kwargs ):
3516
+ def tick_params (axis = u 'both' , ** kwargs ):
3516
3517
ret = gca ().tick_params (axis = axis , ** kwargs )
3517
3518
draw_if_interactive ()
3518
3519
return ret
@@ -3528,7 +3529,7 @@ def margins(*args, **kw):
3528
3529
# This function was autogenerated by boilerplate.py. Do not edit as
3529
3530
# changes will be lost
3530
3531
@docstring .copy_dedent (Axes .autoscale )
3531
- def autoscale (enable = True , axis = 'both' , tight = None ):
3532
+ def autoscale (enable = True , axis = u 'both' , tight = None ):
3532
3533
ret = gca ().autoscale (enable = enable , axis = axis , tight = tight )
3533
3534
draw_if_interactive ()
3534
3535
return ret
0 commit comments