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 18b16f3 + 326ee42 commit 86e544aCopy full SHA for 86e544a
1 file changed
lib/matplotlib/gridspec.py
@@ -418,6 +418,8 @@ def get_subplot_params(self, figure=None):
418
- non-*None* attributes of the GridSpec
419
- the provided *figure*
420
- :rc:`figure.subplot.*`
421
+
422
+ Note that the ``figure`` attribute of the GridSpec is always ignored.
423
"""
424
if figure is None:
425
kw = {k: mpl.rcParams["figure.subplot."+k]
0 commit comments