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