@@ -331,7 +331,7 @@ def _plot2d(plotfunc):
331
331
332
332
@functools .wraps (plotfunc )
333
333
def newplotfunc (darray , x = None , y = None , ax = None , row = None , col = None ,
334
- col_wrap = None , xincrease = True , yincrease = True ,
334
+ col_wrap = None , xincrease = None , yincrease = None ,
335
335
add_colorbar = True , add_labels = True , vmin = None , vmax = None ,
336
336
cmap = None , center = None , robust = False , extend = None ,
337
337
levels = None , colors = None , subplot_kws = None , ** kwargs ):
@@ -434,7 +434,7 @@ def newplotfunc(darray, x=None, y=None, ax=None, row=None, col=None,
434
434
# For use as DataArray.plot.plotmethod
435
435
@functools .wraps (newplotfunc )
436
436
def plotmethod (_PlotMethods_obj , x = None , y = None , ax = None , row = None ,
437
- col = None , col_wrap = None , xincrease = True , yincrease = True ,
437
+ col = None , col_wrap = None , xincrease = None , yincrease = None ,
438
438
add_colorbar = True , add_labels = True , vmin = None , vmax = None ,
439
439
cmap = None , colors = None , center = None , robust = False ,
440
440
extend = None , levels = None , subplot_kws = None , ** kwargs ):
0 commit comments