@@ -1782,28 +1782,28 @@ def savefig(self, fname, **kwargs):
17821782
17831783 If *format* is *None* and *fname* is a string, the output
17841784 format is deduced from the extension of the filename. If
1785- the filename has no extension, the value of the rc parameter
1786- ``savefig.format`` is used.
1785+ the filename has no extension, :rc:`savefig.format` is used.
17871786
17881787 If *fname* is not a string, remember to specify *format* to
17891788 ensure that the correct backend is used.
17901789
17911790 Other Parameters
17921791 ----------------
17931792
1794- dpi : [ *None* | scalar > 0 | 'figure']
1795- The resolution in dots per inch. If *None* it will default to
1796- the value ``savefig.dpi`` in the matplotlibrc file. If 'figure'
1797- it will set the dpi to be the value of the figure.
1793+ dpi : [ *None* | scalar > 0 | 'figure' ]
1794+ The resolution in dots per inch. If *None*, defaults to
1795+ :rc:`savefig.dpi`. If 'figure', uses the figure's dpi value.
17981796
17991797 facecolor : color spec or None, optional
1800- the facecolor of the figure; if None, defaults to savefig.facecolor
1798+ The facecolor of the figure; if *None*, defaults to
1799+ :rc:`savefig.facecolor`.
18011800
18021801 edgecolor : color spec or None, optional
1803- the edgecolor of the figure; if None, defaults to savefig.edgecolor
1802+ The edgecolor of the figure; if *None*, defaults to
1803+ :rc:`savefig.edgecolor`
18041804
18051805 orientation : {'landscape', 'portrait'}
1806- not supported on all backends; currently only on postscript output
1806+ Currently only supported by the postscript backend.
18071807
18081808 papertype : str
18091809 One of 'letter', 'legal', 'executive', 'ledger', 'a0' through
0 commit comments