Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12b2854

Browse files
authored
Merge pull request #14671 from bingyao/readability_improvement_for_rc_template
Improve readability of matplotlibrc.template
2 parents 4e9e5b8 + 81d92d3 commit 12b2854

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

matplotlibrc.template

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@
2121
## have the format
2222
## key : val ## optional comment
2323
##
24-
## Colors: for the color values below, you can either use - a
25-
## matplotlib color string, such as r, k, or b - an rgb tuple, such as
26-
## (1.0, 0.5, 0.0) - a hex string, such as ff00ff - a scalar
27-
## grayscale intensity such as 0.75 - a legal html color name, e.g., red,
28-
## blue, darkslategray
24+
## Colors: for the color values below, you can either use
25+
## - a matplotlib color string, such as r, k, or b
26+
## - an rgb tuple, such as (1.0, 0.5, 0.0)
27+
## - a hex string, such as ff00ff
28+
## - a scalar grayscale intensity such as 0.75
29+
## - a legal html color name, e.g., red, blue, darkslategray
2930

3031
##### CONFIGURATION BEGINS HERE
3132

0 commit comments

Comments
 (0)