Skip to content

Commit 3b097c6

Browse files
authored
Merge pull request #17954 from QuLogic/ps-geom
Remove another overspecified latex geometry.
2 parents 852ec17 + 56d48cf commit 3b097c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/backends/backend_ps.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1107,8 +1107,7 @@ def convert_psfrags(tmpfile, psfrags, font_preamble, custom_preamble,
11071107
mpl.rcParams["text.latex.preamble"] +
11081108
r"\usepackage{psfrag,color}""\n"
11091109
r"\usepackage[dvips]{graphicx}""\n"
1110-
r"\geometry{papersize={%(width)sin,%(height)sin},"
1111-
r"body={%(width)sin,%(height)sin},margin=0in}"
1110+
r"\geometry{papersize={%(width)sin,%(height)sin},margin=0in}"
11121111
% {"width": paper_width, "height": paper_height}
11131112
}):
11141113
dvifile = TexManager().make_dvi(

0 commit comments

Comments
 (0)