8000 Change axes.prop_cycle to single line in mplrc · matplotlib/matplotlib@5285e76 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5285e76

Browse files
committed
Change axes.prop_cycle to single line in mplrc
Otherwise the example is invalid because the matplotlibrc parser doesn't understand multi-line commands. See #9184.
1 parent fdb414f commit 5285e76

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

matplotlibrc.template

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -330,14 +330,9 @@ backend : $TEMPLATE_BACKEND
330330
#axes.unicode_minus : True # use unicode for the minus symbol
331331
# rather than hyphen. See
332332
# http://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes
333-
#axes.prop_cycle : cycler('color',
334-
# ['1f77b4', 'ff7f0e', '2ca02c', 'd62728',
335-
# '9467bd', '8c564b', 'e377c2', '7f7f7f',
336-
# 'bcbd22', '17becf'])
337-
# color cycle for plot lines
338-
# as list of string colorspecs:
339-
# single letter, long name, or
340-
# web-style hex
333+
# axes.prop_cycle : cycler('color', ['1f77b4', 'ff7f0e', '2ca02c', 'd62728', '9467bd', '8c564b', 'e377c2', '7f7f7f', 'bcbd22', '17becf'])
334+
# color cycle for plot lines as list of string
335+
# colorspecs: single letter, long name, or web-style hex
341336
#axes.autolimit_mode : data # How to scale axes limits to the data.
342337
# Use "data" to use data limits, plus some margin
343338
# Use "round_number" move to the nearest "round" number

0 commit comments

Comments
 (0)
0