Skip to content

Commit f33f5ab

Browse files
authored
Merge pull request #22544 from oscargus/papersizes
Correct paper sizes
2 parents a734ed2 + 9bb0423 commit f33f5ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/backends/backend_ps.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ def __init__(self):
6060
'a5': (5.83, 8.27),
6161
'a6': (4.13, 5.83),
6262
'a7': (2.91, 4.13),
63-
'a8': (2.07, 2.91),
64-
'a9': (1.457, 2.05),
65-
'a10': (1.02, 1.457),
63+
'a8': (2.05, 2.91),
64+
'a9': (1.46, 2.05),
65+
'a10': (1.02, 1.46),
6666
'b0': (40.55, 57.32),
6767
'b1': (28.66, 40.55),
6868
'b2': (20.27, 28.66),

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy