We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5438e94 commit 326ee42Copy full SHA for 326ee42
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