Thanks to visit codestin.com Credit goes to github.com
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.
2 parents e429603 + d673646 commit 4afe03bCopy full SHA for 4afe03b
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