@@ -288,7 +288,7 @@ text.color : white
288
288
## default fontsizes for ticklabels, and so on. See
289
289
## http://matplotlib.org/api/axes_api.html#module-matplotlib.axes
290
290
axes.facecolor : none ## axes background color
291
- # axes.edgecolor : black ## axes edge color
291
+ axes.edgecolor : white ## axes edge color
292
292
#axes.linewidth : 0.8 ## edge linewidth
293
293
#axes.grid : False ## display grid or not
294
294
#axes.grid.axis : both ## which axis the grid should apply to
@@ -299,7 +299,7 @@ axes.facecolor : none ## axes background color
299
299
#axes.labelsize : medium ## fontsize of the x any y labels
300
300
#axes.labelpad : 4.0 ## space between label and axis
301
301
#axes.labelweight : normal ## weight of the x and y labels
302
- # axes.labelcolor : white
302
+ axes.labelcolor : white
303
303
#axes.axisbelow : line ## draw axis gridlines and ticks below
304
304
## patches (True); above patches but below
305
305
## lines ('line'); or above all (False)
@@ -371,7 +371,7 @@ xtick.bottom : True ## draw ticks on the bottom side
371
371
#xtick.minor.width : 0.6 ## minor tick width in points
372
372
#xtick.major.pad : 3.5 ## distance to major tick label in points
373
373
#xtick.minor.pad : 3.4 ## distance to the minor tick label in points
374
- # xtick.color : black ## color of the tick labels
374
+ xtick.color : white ## color of the tick labels
375
375
#xtick.labelsize : medium ## fontsize of the tick labels
376
376
xtick.direction : in ## direction: in, out, or inout
377
377
xtick.minor.visible : True ## visibility of minor ticks on x-axis
@@ -391,7 +391,7 @@ ytick.right : True ## draw ticks on the right side
391
391
#ytick.minor.width : 0.6 ## minor tick width in points
392
392
#ytick.major.pad : 3.5 ## distance to major tick label in points
393
393
#ytick.minor.pad : 3.4 ## distance to the minor tick label in points
394
- # ytick.color : black ## color of the tick labels
394
+ ytick.color : white ## color of the tick labels
395
395
#ytick.labelsize : medium ## fontsize of the tick labels
396
396
ytick.direction : in ## direction: in, out, or inout
397
397
ytick.minor.visible : True ## visibility of minor ticks on y-axis
0 commit comments