8000 Improve readability of matplotlibrc.template. · matplotlib/matplotlib@81d92d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 81d92d3

Browse files
committed
Improve readability of matplotlibrc.template.
1 parent 8e3b239 commit 81d92d3

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)
0