2121# the default values listed herein.
2222#
2323# Colors: for the color values below, you can either use
24- # - a matplotlib color string, such as r, k, or b
24+ # - 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
28- # - a legal html color name, eg red, blue, darkslategray
28+ # - a legal html color name, eg red | blue | darkslategray
2929#
3030# Interactivity: see http://matplotlib.sourceforge.net/interactive.html.
3131#
3232# ### CONFIGURATION BEGINS HERE ###
3333
3434# a value of type 'str'
3535datapath = '/usr/lib64/python2.5/site-packages/matplotlib/mpl-data'
36- # one of 0, on, false, 1, no, n, y, off, yes, true
36+ # one of: 0 | on | false | 1 | no | n | y | off | yes | true
3737interactive = False
3838# a value of type 'bool'
3939maskedarray = False
@@ -64,9 +64,9 @@ units = False
6464 # name like 'orange', a hex color like '#efefef', a grayscale intensity
6565 # like '0.5', or an RGBA tuple (1,0,0,1)
6666 facecolor = 'white'
67- # one of 0, on, false, 1, no, n, y, off, yes, true
67+ # one of: 0 | on | false | 1 | no | n | y | off | yes | true
6868 grid = False
69- # one of 0, on, false, 1, no, n, y, off, yes, true
69+ # one of: 0 | on | false | 1 | no | n | y | off | yes | true
7070 hold = True
7171 # any valid matplotlib color, eg an abbreviation like 'r' for red, a full
7272 # name like 'orange', a hex color like '#efefef', a grayscale intensity
@@ -77,7 +77,7 @@ units = False
7777 labelsize = 'medium'
7878 # a value of type 'float'
7979 linewidth = 1.0
80- # one of 0, on, false, 1, no, n, y, off, yes, true
80+ # one of: 0 | on | false | 1 | no | n | y | off | yes | true
8181 polargrid = True
8282 # a value of type 'float' or 'xx-small' or 'x-small' or 'small' or 'medium'
8383 # or 'large' or 'x-large' or 'xx-large'
@@ -88,10 +88,8 @@ units = False
8888 limits = [-7.0, 7.0]
8989
9090[backend]
91- # Valid backends are: 'GTKAgg', 'GTKCairo', 'QtAgg', 'Qt4Agg',
92- # 'TkAgg', 'Agg', 'Cairo', 'PS', 'PDF', 'SVG'
93- # one of ps, qt4agg, tkagg, gtkagg, agg, cairo, gtkcairo, wxagg, qtagg, temp
94- # late, svg, pdf
91+ # one of: ps | qt4agg | fltkagg | gtkagg | agg | cairo | gtk | gtkcairo | wx
92+ # agg | tkagg | qtagg | template | svg | cocoaagg | pdf | wx
9593 use = 'Agg'
9694
9795 [[cairo]]
0 commit comments