2020# - a scalar grayscale intensity such as 0.75
2121
2222#### CONFIGURATION BEGINS HERE
23- backend : GTK # the default backend
23+ backend : GTKAgg # the default backend
2424numerix : Numeric # Numeric or numarray
2525interactive : False # see http://matplotlib.sourceforge.net/interactive.html
2626
@@ -34,43 +34,46 @@ lines.linestyle : - # solid line
3434lines.color : b # blue; color format or hex string
3535lines.markersize : 6 # markersize, in points
3636lines.antialiased : True # render lines in antialised (no jaggies)
37- lines.data_clipping : False # Use data clipping in addition to viewport
37+ lines.data_clipping : True # Use data clipping in addition to viewport
3838 # clipping. Useful if you plot long data
3939 # sets with only a fraction in the viewport
4040
4141### FONT
42+ #
4243# font properties used by text.Text. see
43- # http://matplotlib.sourceforge.net/matplotlib.Font .html for more information
44- # on font properties. The 6 font properties used for font matching are given
45- # below with their default values.
44+ # http://matplotlib.sourceforge.net/matplotlib.fonts .html for more
45+ # information on font properties. The 6 font properties used for font
46+ # matching are given below with their default values.
4647#
4748# The font.family property has five values: 'serif' (e.g. Times),
48- # 'sans-serif' (e.g. Helvetica), 'cursive' (e.g. Zapf-Chancery), 'fantasy'
49- # (e.g. Western), and 'monospace' (e.g. Courier). Each of these font families
50- # has a default list of font names in decreasing order of priority associated
51- # with them.
49+ # 'sans-serif' (e.g. Helvetica), 'cursive' (e.g. Zapf-Chancery),
50+ # 'fantasy' (e.g. Western), and 'monospace' (e.g. Courier). Each of
51+ # these font families has a default list of font names in decreasing
52+ # order of priority associated with them.
5253#
53- # The font.style property has three values: normal (or roman), italic or
54- # oblique. The oblique style will be used for italic, if it is not present.
54+ # The font.style property has three values: normal (or roman), italic
55+ # or oblique. The oblique style will be used for italic, if it is not
56+ # present.
5557#
56- # The font.variant property has two values: normal or small-caps. For TrueType
57- # fonts, which are scalable fonts, small-caps is equivalent to using a font
58- # size of 'smaller', or about 83% of the current font size.
58+ # The font.variant property has two values: normal or small-caps. For
59+ # TrueType fonts, which are scalable fonts, small-caps is equivalent
60+ # to using a font size of 'smaller', or about 83% of the current font
61+ # size.
5962#
60- # The font.weight property has effectively 13 values: normal, bold, bolder,
61- # lighter, 100, 200, 300, ..., 900. Normal is the same as 400, and bold is
62- # 700. bolder and lighter are relative values with respect to the current
63- # weight.
63+ # The font.weight property has effectively 13 values: normal, bold,
64+ # bolder, lighter, 100, 200, 300, ..., 900. Normal is the same as
65+ # 400, and bold is 700. bolder and lighter are relative values with
66+ # respect to the current weight.
6467#
65- # The font.stretch property has 11 values: ultra-condensed, extra-condensed,
66- # condensed, semi- condensed, normal, semi-expanded, expanded, extra -expanded,
67- # ultra-expanded, wider, and narrower. This property is not currently
68- # implemented.
68+ # The font.stretch property has 11 values: ultra-condensed,
69+ # extra- condensed, condensed, semi-condensed, normal, semi -expanded,
70+ # expanded, extra-expanded, ultra-expanded, wider, and narrower. This
71+ # property is not currently implemented.
6972#
70- # The font.size property has 11 values: xx-small, x-small, small, medium,
71- # large, x-large, xx-large, larger, smaller, length (such as 12pt), and
72- # percentage. larger and smaller are relative values. percentage is not yet
73- # implemented.
73+ # The font.size property has 11 values: xx-small, x-small, small,
74+ # medium, large, x-large, xx-large, larger, smaller, length (such as
75+ # 12pt), and percentage. larger and smaller are relative values.
76+ # percentage is not yet implemented.
7477#
7578font.family : sans-serif
7679font.style : normal
@@ -96,7 +99,7 @@ text.color : k # black
9699# default fontsizes for ticklabels, and so on
97100axes.facecolor : w # background color; white
98101axes.edgecolor : k # edge color; black
99- axes.linewidth : 1.0 # edge linewidth
102+ axes.linewidth : 0.5 # edge linewidth
100103axes.grid : False # display grid or not
101104axes.titlesize : 14 # fontsize of the axes title
102105axes.labelsize : 12 # fontsize of the x any y labels
0 commit comments