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.
1 parent ddfa235 commit 6ebad10Copy full SHA for 6ebad10
1 file changed
lib/matplotlib/figure.py
@@ -2047,8 +2047,6 @@ def figaspect(arg):
2047
# could become rc parameters, for now they're hardwired.
2048
figsize_min = np.array((4.0, 2.0)) # min length for width/height
2049
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']
2052
2053
# Extract the aspect ratio of the array
2054
if isarray:
0 commit comments