@@ -2855,16 +2855,18 @@ def title(label, fontdict=None, loc=None, pad=None, **kwargs):
2855
2855
2856
2856
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2857
2857
@docstring .copy (Axes .set_xlabel )
2858
- def xlabel (xlabel , fontdict = None , labelpad = None , ** kwargs ):
2858
+ def xlabel (xlabel , fontdict = None , labelpad = None , * , loc = None , * *kwargs ):
2859
2859
return gca ().set_xlabel (
2860
- xlabel , fontdict = fontdict , labelpad = labelpad , ** kwargs )
2860
+ xlabel , fontdict = fontdict , labelpad = labelpad , loc = loc ,
2861
+ ** kwargs )
2861
2862
2862
2863
2863
2864
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2864
2865
@docstring .copy (Axes .set_ylabel )
2865
- def ylabel (ylabel , fontdict = None , labelpad = None , ** kwargs ):
2866
+ def ylabel (ylabel , fontdict = None , labelpad = None , * , loc = None , * *kwargs ):
2866
2867
return gca ().set_ylabel (
2867
- ylabel , fontdict = fontdict , labelpad = labelpad , ** kwargs )
2868
+ ylabel , fontdict = fontdict , labelpad = labelpad , loc = loc ,
2869
+ ** kwargs )
2868
2870
2869
2871
2870
2872
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
0 commit comments