8000 Correct papersizes · matplotlib/matplotlib@9bb0423 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9bb0423

Browse files
committed
Correct papersizes
1 parent 581bf5d commit 9bb0423

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)
0