Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4477b11

Browse files
authored
Merge pull request #26476 from anntzer/psa
Remove auto from supported ps.papersizes in matplotlibrc.
2 parents 4381c4b + 8ddec93 commit 4477b11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/mpl-data/matplotlibrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,8 +709,8 @@
709709
#tk.window_focus: False # Maintain shell focus for TkAgg
710710

711711
### ps backend params
712-
#ps.papersize: letter # {auto, letter, legal, ledger, A0-A10, B0-B10}
713-
#ps.useafm: False # use of AFM fonts, results in small files
712+
#ps.papersize: letter # {letter, legal, ledger, A0-A10, B0-B10}
713+
#ps.useafm: False # use AFM fonts, results in small files
714714
#ps.usedistiller: False # {ghostscript, xpdf, None}
715715
# Experimental: may produce smaller files.
716716
# xpdf intended for production of publication quality files,

0 commit comments

Comments
 (0)