2727backend : GTKAgg # the default backend
2828numerix : Numeric # Numeric or numarray
2929interactive : False # see http://matplotlib.sourceforge.net/interactive.html
30+ toolbar : classic # None | classic | toolbar2 (experimental)
3031
3132### LINES
3233# See http://matplotlib.sourceforge.net/matplotlib.lines.html for more
3334# information on line properties. Note antialiased rendering looks
3435# better, but can be slower. If you want fast antialiased rendering,
35- # use the agg backend (or TkAgg, or GTKAgg)
36+ # use the Agg backend (or TkAgg, GTKAgg, WxAgg )
3637lines.linewidth : 0.5 # line width in points
3738lines.linestyle : - # solid line
38- lines.color : b # blue; color format or hex string
39+ lines.color : b # blue
3940lines.marker : None # the default marker
40- lines.markerfacecolor : b
41- lines.markeredgecolor : k
42- lines.markeredgewidth : 0.5
43- lines.markersize : 6 # markersize, in points
44- lines.antialiased : True # render lines in antialised (no jaggies)
45- lines.data_clipping : False # Use data clipping in addition to viewport
46- # clipping. Useful if you plot long data
47- # sets with only a fraction in the viewport
41+ lines.markerfacecolor : b # blue
42+ lines.markeredgecolor : k # black
43+ lines.markeredgewidth : 0.5 # the line width around the marker symbol
44+ lines.markersize : 6 # markersize, in points
45+ lines.antialiased : True # render lines in antialised (no jaggies)
46+ lines.data_clipping : False # Use data clipping in addition to viewport
47+ # clipping. Useful if you plot long data
48+ # sets with only a fraction in the viewport
4849
4950### Patches
5051# Patches are graphical objects that fill 2D space, like polygons or
@@ -127,8 +128,8 @@ axes.labelcolor : k # black
127128### TICKS
128129tick.major.size : 4 # major tick size in points
129130tick.minor.size : 2 # minor tick size in points
130- tick.major.pad : 4 # distance to major tick label in points
131- tick.minor.pad : 4 # distance to the minor tick label in points
131+ tick.major.pad : 4 # distance to major tick label in points
132+ tick.minor.pad : 4 # distance to the minor tick label in points
132133tick.color : k # color of the tick labels
133134tick.labelsize : 10 # fontsize of the tick labels
134135
@@ -143,13 +144,12 @@ figure.dpi : 80 # figure dots per inch
143144figure.facecolor : 0.75 # figure facecolor; 0.75 is scalar gray
144145figure.edgecolor : w # figure edgecolor; w is white
145146
146-
147147### images
148- image.aspect : free # free | preserve
148+ image.aspect : free # free | preserve
149149image.interpolation : bilinear # see help(imshow) for options
150- image.cmap : jet # gray | jet
151- image.lut : 256 # the size of the colormap lookup table
152- image.origin : upper # lower | upper
150+ image.cmap : jet # gray | jet
151+ image.lut : 256 # the size of the colormap lookup table
152+ image.origin : upper # lower | upper
153153
154154### SAVING FIGURES
155155# the default savefig params can be different for the GUI backends.
0 commit comments