33# This is a sample matplotlib configuration file. It should be placed
44# in HOME/.matplotlib (unix/linux like systems) and
55# C:\Documents and Settings\yourname\.matplotlib (win32 systems)
6- #
6+ #
77# By default, the installer will overwrite the existing file in the install
88# path, so if you want to preserve yours, please move it to your HOME dir and
99# set the environment variable if necessary.
10- #
10+ #
1111# This file is best viewed in a editor which supports ini or conf mode syntax
1212# highlighting.
13- #
13+ #
1414# Blank lines, or lines starting with a comment symbol, are ignored,
1515# as are trailing comments. Other lines must have the format
16- #
16+ #
1717# key = val optional comment
18- #
18+ #
1919# val should be valid python syntax, just as you would use when setting
2020# properties using rcParams. This should become more obvious by inspecting
2121# the default values listed herein.
22- #
22+ #
2323# Colors: for the color values below, you can either use
2424# - a matplotlib color string, such as r | k | b
2525# - an rgb tuple, such as (1.0, 0.5, 0.0)
2626# - a hex string, such as #ff00ff or ff00ff
2727# - a scalar grayscale intensity such as 0.75
2828# - a legal html color name, eg red | blue | darkslategray
29- #
29+ #
3030# Interactivity: see http://matplotlib.sourceforge.net/interactive.html.
31- #
31+ #
3232# ### CONFIGURATION BEGINS HERE ###
3333
3434# a value of type 'str'
@@ -42,7 +42,7 @@ numerix = 'numpy'
4242# 'Africa/Abidjan' or 'Africa/Accra' or 'Africa/Addis_Ababa' or
4343# 'Africa/Algiers' or 'Africa/Asmara' or 'Africa/Asmera' or 'Africa/Bamako' or
4444# 'Africa/Bangui' or 'Africa/Banjul' or 'Africa/Bissau' or 'Africa/Blantyre'
45- # <...snipped 156 lines...>
45+ # <...snipped 156 lines...>
4646# 'US/Michigan' or 'US/Mountain' or 'US/Pacific' or 'US/Pacific-New' or
4747# 'US/Samoa' or 'UTC' or 'Universal' or 'W-SU' or 'WET' or 'Zulu' or
4848# 'posixrules'
@@ -145,8 +145,6 @@ units = False
145145 negative_linestyle = 'dashed'
146146
147147[figure]
148- # a boolean
149- autolayout = False
150148 # a float
151149 dpi = 80
152150 # any valid matplotlib color, eg an abbreviation like 'r' for red, a full
@@ -219,7 +217,7 @@ units = False
219217 # 'Accent' or 'Accent_r' or 'Blues' or 'Blues_r' or 'BrBG' or 'BrBG_r' or
220218 # 'BuGn' or 'BuGn_r' or 'BuPu' or 'BuPu_r' or 'Dark2' or 'Dark2_r' or
221219 # 'GnBu' or 'GnBu_r' or 'Greens' or 'Greens_r' or 'Greys' or 'Greys_r' or
222- # <...snipped 16 lines...>
220+ # <...snipped 16 lines...>
223221 # 'pink_r' or 'prism' or 'prism_r' or 'spectral' or 'spectral_r' or
224222 # 'spring' or 'spring_r' or 'summer' or 'summer_r' or 'winter' or
225223 # 'winter_r'
0 commit comments