Skip to content

Commit 8ddec93

Browse files
committed
Remove auto from supported ps.papersizes in matplotlibrc.
This was missed in 0615b80.
1 parent 4381c4b commit 8ddec93

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)