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 e37f718 commit 1d529deCopy full SHA for 1d529de
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