8000 Remove link to non existing color docs · matplotlib/matplotlib@71c94d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 71c94d1

Browse files
committed
Remove link to non existing color docs
1 parent 052d2e3 commit 71c94d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/patheffects.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def __init__(self, offset=(2,-2),
227227
----------
228228
offset : pair of floats
229229
The offset of the shadow in points.
230-
shadow_rgbFace : :ref:`color <mpl-color-spec>`
230+
shadow_rgbFace : color
231231
The shadow color.
232232
alpha : float
233233
The alpha transparency of the created shadow patch.
@@ -320,7 +320,7 @@ def __init__(self, offset=(2,-2),
320320
----------
321321
offset : pair of floats
322322
The offset to apply to the path, in points.
323-
shadow_color : :ref:`color <mpl-color-spec>`
323+
shadow_color : color
324324
The shadow color. Default is black.
325325
A value of ``None`` takes the original artist's color
326326
with a scale factor of `rho`.

0 commit comments

Comments
 (0)
0