8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3a0e4 commit d673646Copy full SHA for d673646
doc/api/patches_api.rst
@@ -2,7 +2,9 @@
2
``matplotlib.patches``
3
**********************
4
5
-.. currentmodule:: matplotlib.patches
+
6
+.. inheritance-diagram:: matplotlib.patches
7
+ :parts: 1
8
9
.. automodule:: matplotlib.patches
10
:no-members:
lib/matplotlib/patches.py
@@ -1,3 +1,7 @@
1
+r"""
+Patches are `.Artist`\s with a face color and an edge color.
+"""
import contextlib
import functools
import inspect
0 commit comments