File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -500,15 +500,8 @@ section of the docstring.
500500rcParams
501501~~~~~~~~
502502rcParams can be referenced with the custom ``:rc: `` role:
503- :literal: `:rc:\` foo\` ` yields ``rcParams["foo"] ``. Use `= [default-val] `
504- to indicate the default value of the parameter. The default value should be
505- literal, i.e. enclosed in double backticks. For simplicity these may be
506- omitted for string default values.
507-
508- .. code-block :: rst
509-
510- If not provided, defaults to :rc:`figure.figsize` = ``[6.4, 4.8]``.
511- If not provided, defaults to :rc:`figure.facecolor` = 'w'.
503+ :literal: `:rc:\` foo\` ` yields ``rcParams["foo"] = 'default' ``, which is a link
504+ to the :file: `matplotlibrc ` file description.
512505
513506Deprecated formatting conventions
514507---------------------------------
You can’t perform that action at this time.
0 commit comments