Made plot background color lighter and removed two parameters that newer versions of matplotlib does not recognize.
This commit is contained in:
parent
2020c13b97
commit
0a76e9c50f
|
@ -44,8 +44,8 @@ lines.linewidth : 1.0 # line width in points
|
||||||
lines.linestyle : - # solid line
|
lines.linestyle : - # solid line
|
||||||
lines.color : blue
|
lines.color : blue
|
||||||
lines.marker : None # the default marker
|
lines.marker : None # the default marker
|
||||||
lines.markerfacecolor : blue
|
#lines.markerfacecolor : blue
|
||||||
lines.markeredgecolor : black
|
#lines.markeredgecolor : black
|
||||||
lines.markeredgewidth : 0.5 # the line width around the marker symbol
|
lines.markeredgewidth : 0.5 # the line width around the marker symbol
|
||||||
lines.markersize : 6 # markersize, in points
|
lines.markersize : 6 # markersize, in points
|
||||||
lines.dash_joinstyle : miter # miter|round|bevel
|
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
|
# default fontsizes for ticklabels, and so on. See
|
||||||
# http://matplotlib.sourceforge.net/matplotlib.axes.html#Axes
|
# http://matplotlib.sourceforge.net/matplotlib.axes.html#Axes
|
||||||
axes.hold : True # whether to clear the axes by default on
|
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.edgecolor : black # axes edge color
|
||||||
axes.linewidth : 1.0 # edge linewidth
|
axes.linewidth : 1.0 # edge linewidth
|
||||||
axes.grid : True # display grid or not
|
axes.grid : True # display grid or not
|
||||||
|
|
Reference in New Issue