File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -511,15 +511,8 @@ section of the docstring.
511
511
rcParams
512
512
~~~~~~~~
513
513
rcParams can be referenced with the custom ``:rc: `` role:
514
- :literal: `:rc:\` foo\` ` yields ``rcParams["foo"] ``. Use `= [default-val] `
515
- to indicate the default value of the parameter. The default value should be
516
- literal, i.e. enclosed in double backticks. For simplicity these may be
517
- omitted for string default values.
518
-
519
- .. code-block :: rst
520
-
521
- If not provided, defaults to :rc:`figure.figsize` = ``[6.4, 4.8]``.
522
- If not provided, defaults to :rc:`figure.facecolor` = 'w'.
514
+ :literal: `:rc:\` foo\` ` yields ``rcParams["foo"] = 'default' ``, which is a link
515
+ to the :file: `matplotlibrc ` file description.
523
516
524
517
Deprecated formatting conventions
525
518
---------------------------------
You can’t perform that action at this time.
0 commit comments