Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Made plot background color lighter and removed two parameters that newer versions of matplotlib does not recognize.

This commit is contained in:
Einar Ryeng 2008-12-07 23:30:33 +00:00
parent 2020c13b97
commit 0a76e9c50f
1 changed files with 3 additions and 3 deletions

View File

@ -44,8 +44,8 @@ lines.linewidth : 1.0 # line width in points
lines.linestyle : - # solid line
lines.color : blue
lines.marker : None # the default marker
lines.markerfacecolor : blue
lines.markeredgecolor : black
#lines.markerfacecolor : blue
#lines.markeredgecolor : black
lines.markeredgewidth : 0.5 # the line width around the marker symbol
lines.markersize : 6 # markersize, in points
lines.dash_joinstyle : miter # miter|round|bevel
@ -132,7 +132,7 @@ text.dvipnghack : False # some versions of dvipng don't handle
# default fontsizes for ticklabels, and so on. See
# http://matplotlib.sourceforge.net/matplotlib.axes.html#Axes
axes.hold : True # whether to clear the axes by default on
axes.facecolor : 0.6 # axes background color
axes.facecolor : 0.9 # axes background color
axes.edgecolor : black # axes edge color
axes.linewidth : 1.0 # edge linewidth
axes.grid : True # display grid or not