diff --git a/pykat/style/default.mplstyle b/pykat/style/default.mplstyle index 86c1f1e4f67daf1ad0fbcd0378ab19bcefb90ab4..21d11a8932e233d901c65a940d41c70c6c33928a 100644 --- a/pykat/style/default.mplstyle +++ b/pykat/style/default.mplstyle @@ -17,6 +17,8 @@ axes.formatter.use_locale : False axes.prop_cycle : cycler('color', ['b', 'r', 'k', 'g', 'c', 'm', 'y']) axes.axisbelow : True axes.xmargin : 0 +axes.facecolor: (1, 1, 1, 1) +axes.edgecolor: (0, 0, 0, 1) #TICKS xtick.labelsize : 9 @@ -31,6 +33,8 @@ grid.linewidth : 0.25 figure.titlesize : 12 figure.figsize : 6, 3.708 figure.dpi : 96 +figure.facecolor: (1, 1, 1, 1) +figure.edgecolor: (1, 1, 1, 0) # LINES lines.linewidth : 1.2