@@ -396,7 +396,7 @@ def indicate_inset(self, bounds, inset_ax=None, *, transform=None,
396396 **kwargs
397397 Other keyword arguments are passed on to the `.Rectangle` patch:
398398
399- %(Rectangle )s
399+ %(Rectangle_kwdoc )s
400400
401401 Returns
402402 -------
@@ -685,7 +685,7 @@ def axhline(self, y=0, xmin=0, xmax=1, **kwargs):
685685 Valid keyword arguments are `.Line2D` properties, with the
686686 exception of 'transform':
687687
688- %(_Line2D_docstr )s
688+ %(Line2D_kwdoc )s
689689
690690 See Also
691691 --------
@@ -752,7 +752,7 @@ def axvline(self, x=0, ymin=0, ymax=1, **kwargs):
752752 Valid keyword arguments are `.Line2D` properties, with the
753753 exception of 'transform':
754754
755- %(_Line2D_docstr )s
755+ %(Line2D_kwdoc )s
756756
757757 See Also
758758 --------
@@ -836,7 +836,7 @@ def axline(self, xy1, xy2=None, *, slope=None, **kwargs):
836836 **kwargs
837837 Valid kwargs are `.Line2D` properties
838838
839- %(_Line2D_docstr )s
839+ %(Line2D_kwdoc )s
840840
841841 See Also
842842 --------
@@ -904,7 +904,7 @@ def axhspan(self, ymin, ymax, xmin=0, xmax=1, **kwargs):
904904 ----------------
905905 **kwargs : `~matplotlib.patches.Polygon` properties
906906
907- %(Polygon )s
907+ %(Polygon_kwdoc )s
908908
909909 See Also
910910 --------
@@ -951,7 +951,7 @@ def axvspan(self, xmin, xmax, ymin=0, ymax=1, **kwargs):
951951 ----------------
952952 **kwargs : `~matplotlib.patches.Polygon` properties
953953
954- %(Polygon )s
954+ %(Polygon_kwdoc )s
955955
956956 See Also
957957 --------
@@ -1502,7 +1502,7 @@ def plot(self, *args, scalex=True, scaley=True, data=None, **kwargs):
15021502
15031503 Here is a list of available `.Line2D` properties:
15041504
1505- %(_Line2D_docstr )s
1505+ %(Line2D_kwdoc )s
15061506
15071507 See Also
15081508 --------
@@ -1643,7 +1643,7 @@ def plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False,
16431643 **kwargs
16441644 Keyword arguments control the `.Line2D` properties:
16451645
1646- %(_Line2D_docstr )s
1646+ %(Line2D_kwdoc )s
16471647
16481648 See Also
16491649 --------
@@ -2214,7 +2214,7 @@ def bar(self, x, height, width=0.8, bottom=None, *, align="center",
22142214
22152215 **kwargs : `.Rectangle` properties
22162216
2217- %(Rectangle )s
2217+ %(Rectangle_kwdoc )s
22182218
22192219 See Also
22202220 --------
@@ -2483,7 +2483,7 @@ def barh(self, y, width, height=0.8, left=None, *, align="center",
24832483
24842484 **kwargs : `.Rectangle` properties
24852485
2486- %(Rectangle )s
2486+ %(Rectangle_kwdoc )s
24872487
24882488 See Also
24892489 --------
@@ -2544,7 +2544,7 @@ def broken_barh(self, xranges, yrange, **kwargs):
25442544
25452545 Supported keywords:
25462546
2547- %(BrokenBarHCollection )s
2547+ %(BrokenBarHCollection_kwdoc )s
25482548 """
25492549 # process the unit information
25502550 if len (xranges ):
@@ -3133,7 +3133,7 @@ def errorbar(self, x, y, yerr=None, xerr=None,
31333133
31343134 Valid kwargs for the marker properties are `.Line2D` properties:
31353135
3136- %(_Line2D_docstr )s
3136+ %(Line2D_kwdoc )s
31373137 """
31383138 kwargs = cbook .normalize_kwargs (kwargs , mlines .Line2D )
31393139 # anything that comes in as 'None', drop so the default thing
@@ -4556,7 +4556,7 @@ def reduce_C_function(C: array) -> float
45564556 **kwargs : `~matplotlib.collections.PolyCollection` properties
45574557 All other keyword arguments are passed on to `.PolyCollection`:
45584558
4559- %(PolyCollection )s
4559+ %(PolyCollection_kwdoc )s
45604560
45614561 """
45624562 self ._process_unit_info ([("x" , x ), ("y" , y )], kwargs , convert = False )
@@ -5072,7 +5072,7 @@ def _fill_between_x_or_y(
50725072 All other keyword arguments are passed on to `.PolyCollection`.
50735073 They control the `.Polygon` properties:
50745074
5075- %(PolyCollection )s
5075+ %(PolyCollection_kwdoc )s
50765076
50775077 See Also
50785078 --------
@@ -5677,7 +5677,7 @@ def pcolor(self, *args, shading=None, alpha=None, norm=None, cmap=None,
56775677 Additionally, the following arguments are allowed. They are passed
56785678 along to the `~matplotlib.collections.PolyCollection` constructor:
56795679
5680- %(PolyCollection )s
5680+ %(PolyCollection_kwdoc )s
56815681
56825682 See Also
56835683 --------
@@ -5922,7 +5922,7 @@ def pcolormesh(self, *args, alpha=None, norm=None, cmap=None, vmin=None,
59225922 Additionally, the following arguments are allowed. They are passed
59235923 along to the `~matplotlib.collections.QuadMesh` constructor:
59245924
5925- %(QuadMesh )s
5925+ %(QuadMesh_kwdoc )s
59265926
59275927 See Also
59285928 --------
@@ -6963,7 +6963,7 @@ def psd(self, x, NFFT=None, Fs=None, Fc=None, detrend=None,
69636963 **kwargs
69646964 Keyword arguments control the `.Line2D` properties:
69656965
6966- %(_Line2D_docstr )s
6966+ %(Line2D_kwdoc )s
69676967
69686968 See Also
69696969 --------
@@ -7076,7 +7076,7 @@ def csd(self, x, y, NFFT=None, Fs=None, Fc=None, detrend=None,
70767076 **kwargs
70777077 Keyword arguments control the `.Line2D` properties:
70787078
7079- %(_Line2D_docstr )s
7079+ %(Line2D_kwdoc )s
70807080
70817081 See Also
70827082 --------
@@ -7166,7 +7166,7 @@ def magnitude_spectrum(self, x, Fs=None, Fc=None, window=None,
71667166 **kwargs
71677167 Keyword arguments control the `.Line2D` properties:
71687168
7169- %(_Line2D_docstr )s
7169+ %(Line2D_kwdoc )s
71707170
71717171 See Also
71727172 --------
@@ -7243,7 +7243,7 @@ def angle_spectrum(self, x, Fs=None, Fc=None, window=None,
72437243 **kwargs
72447244 Keyword arguments control the `.Line2D` properties:
72457245
7246- %(_Line2D_docstr )s
7246+ %(Line2D_kwdoc )s
72477247
72487248 See Also
72497249 --------
@@ -7309,7 +7309,7 @@ def phase_spectrum(self, x, Fs=None, Fc=None, window=None,
73097309 **kwargs
73107310 Keyword arguments control the `.Line2D` properties:
73117311
7312- %(_Line2D_docstr )s
7312+ %(Line2D_kwdoc )s
73137313
73147314 See Also
73157315 --------
@@ -7376,7 +7376,7 @@ def cohere(self, x, y, NFFT=256, Fs=2, Fc=0, detrend=mlab.detrend_none,
73767376 **kwargs
73777377 Keyword arguments control the `.Line2D` properties:
73787378
7379- %(_Line2D_docstr )s
7379+ %(Line2D_kwdoc )s
73807380
73817381 References
73827382 ----------
@@ -7626,7 +7626,7 @@ def spy(self, Z, precision=0, marker=None, markersize=None,
76267626 For the marker style, you can pass any `.Line2D` property except
76277627 for *linestyle*:
76287628
7629- %(_Line2D_docstr )s
7629+ %(Line2D_kwdoc )s
76307630 """
76317631 if marker is None and markersize is None and hasattr (Z , 'tocoo' ):
76327632 marker = 's'
0 commit comments