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 @@ -500,15 +500,8 @@ section of the docstring.
500
500
rcParams
501
501
~~~~~~~~
502
502
rcParams 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.
512
505
513
506
Deprecated formatting conventions
514
507
---------------------------------
You can’t perform that action at this time.
0 commit comments