8000 Merge pull request #9075 from biancaG/patch-1 · matplotlib/matplotlib@7dd60e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7dd60e9

Browse files
authored
Merge pull request #9075 from biancaG/patch-1
Delete commented out code in figure
2 parents ddfa235 + 6ebad10 commit 7dd60e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/matplotlib/figure.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2047,8 +2047,6 @@ def figaspect(arg):
20472047
# could become rc parameters, for now they're hardwired.
20482048
figsize_min = np.array((4.0, 2.0)) # min length for width/height
20492049
figsize_max = np.array((16.0, 16.0)) # max length for width/height
2050-
#figsize_min = rcParams['figure.figsize_min']
2051-
#figsize_max = rcParams['figure.figsize_max']
20522050

20532051
# Extract the aspect ratio of the array
20542052
if isarray:

0 commit comments

Comments
 (0)
0