Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c7107cd

Browse filesBrowse 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
Copy full SHA for c7107cd

File tree

Expand file treeCollapse file tree

1 file changed

+3
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-8
lines changed

‎matplotlibrc.template

Copy file name to clipboardExpand all lines: matplotlibrc.template
+3-8Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.