8000 Update lib/matplotlib/gridspec.py · matplotlib/matplotlib@fac13d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit fac13d1

Browse files
eendebakptjklymak
andauthored
Update lib/matplotlib/gridspec.py
Co-authored-by: Jody Klymak <jklymak@gmail.com>
1 parent 98df0da commit fac13d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/gridspec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ def update(self, left=None, bottom=None, right=None, top=None,
788788
self.hspace = hspace
789789

790790
def reset(self):
791-
"""Restore the positioning parameters to the default values"""
791+
"""Restore the subplot positioning parameters to the default rcParams values"""
792792
for key in self.to_dict():
793793
setattr(self, key, mpl.rcParams[f'figure.subplot.{key}'])
794794

0 commit comments

Comments
 (0)
0