8000
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.
2 parents 7730016 + ef5f65a commit e3c2b31Copy full SHA for e3c2b31
lib/matplotlib/backends/backend_ps.py
@@ -860,7 +860,7 @@ def _print_figure(
860
# distillers improperly clip eps files if pagesize is too small
861
if width > paper_width or height > paper_height:
862
papertype = _get_papertype(
863
- *orientation.swap_if_landscape(width, height))
+ *orientation.swap_if_landscape((width, height)))
864
paper_width, paper_height = orientation.swap_if_landscape(
865
papersize[papertype])
866
0 commit comments