Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 409c5b5

Browse files
author
Steve Chaplin
committed
'SC'
svn path=/trunk/matplotlib/; revision=1727
1 parent d654c21 commit 409c5b5

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

matplotlibrc

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ lines.solid_joinstyle : miter # miter|round|bevel
5252
lines.solid_capstyle : projecting # butt|round|projecting
5353
lines.antialiased : True # render lines in antialised (no jaggies)
5454

55-
### Patches
55+
### PATCHES
5656
# Patches are graphical objects that fill 2D space, like polygons or
5757
# circles. See
5858
# http://matplotlib.sourceforge.net/matplotlib.patches.html for more
@@ -107,7 +107,7 @@ font.stretch : normal
107107
# note that font.size controls default text sizes. To configure
108108
# special text sizes tick labels, axes, labels, title, etc, see the rc
109109
# settings for axes and ticks
110-
font.size : medium
110+
font.size : medium
111111
font.serif : New Century Schoolbook, Century Schoolbook L, Utopia, ITC Bookman, Bookman, Bitstream Vera Serif, Nimbus Roman No9 L, Times New Roman, Times, Palatino, Charter, serif
112112
font.sans-serif : Lucida Grande, Verdana, Geneva, Lucida, Bitstream Vera Sans, Arial, Helvetica, sans-serif
113113
font.cursive : Apple Chancery, Textile, Zapf Chancery, Sand, cursive
@@ -149,8 +149,8 @@ tick.color : k # color of the tick labels
149149
tick.labelsize : 12 # fontsize of the tick labels
150150
tick.direction : in # direction: in or out
151151

152-
### Grids
153-
grid.color : black # grid color
152+
### GRIDS
153+
grid.color : black # grid color
154154
grid.linestyle : : # dotted
155155
grid.linewidth : 0.5 # in points
156156

@@ -171,9 +171,7 @@ figure.subplot.wspace : 0.2 # the amount of width reserved for blank space bet
171171
figure.subplot.hspace : 0.2 # the amount of height reserved for white space between subplots
172172

173173

174-
175-
176-
### images
174+
### IMAGES
177175
image.aspect : free # free | preserve
178176
image.interpolation : bilinear # see help(imshow) for options
179177
image.cmap : jet # gray | jet
@@ -217,4 +215,3 @@ ps.distiller.res : 6000 # dpi
217215
# from matplotlib import verbose.
218216
verbose.level : silent # one of silent, helpful, debug, debug-annoying
219217
verbose.fileo : sys.stdout # a log filename, sys.stdout or sys.stderr
220-

0 commit comments

Comments
 (0)