Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f33f5ab

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

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎lib/matplotlib/backends/backend_ps.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_ps.py
+3-3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.