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

Skip to content

Commit c7107cd

Browse files
WeatherGodtacaswell
authored andcommitted
Merge pull request #9189 from jni/validate-mplrc
Change axes.prop_cycle to single line in matplotlibrc.template
1 parent 59dbf08 commit c7107cd

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)