This commit is contained in:
Daniel Bauer
2020-02-20 09:16:08 +01:00
parent 125176d530
commit f73d80c03f
6 changed files with 625 additions and 32 deletions

View File

@@ -283,10 +283,10 @@ text.usetex : False # use latex for all text handling. The following fo
#axes.facecolor : white # axes background color
axes.edgecolor : black # axes edge color
#axes.linewidth : 0.8 # edge linewidth
axes.grid : True # display grid or not
axes.grid : False # display grid or not
#axes.titlesize : large # fontsize of the axes title
#axes.titlepad : 6.0 # pad between axes and title in points
#axes.labelsize : medium # fontsize of the x any y labels
axes.labelsize : 16 # fontsize of the x any y labels
#axes.labelpad : 4.0 # space between label and axis
#axes.labelweight : normal # weight of the x and y labels
axes.labelcolor : black
@@ -351,16 +351,16 @@ axes.ymargin : .00 # y margin See `axes.Axes.margins`
#xtick.minor.size : 10 # minor tick size in points
xtick.major.pad : 6 # distance to major tick label in points
xtick.minor.pad : 6 # distance to the minor tick label in points
xtick.color : 808080 # color of the tick labels
#xtick.labelsize : medium # fontsize of the tick labels
xtick.color : 000000 # color of the tick labels
xtick.labelsize : 16 # fontsize of the tick labels
xtick.direction : out # direction: in or out
#ytick.major.size : 0 # major tick size in points
#ytick.minor.size : 0 # minor tick size in points
ytick.major.pad : 6 # distance to major tick label in points
ytick.minor.pad : 6 # distance to the minor tick label in points
ytick.color : 808080 # color of the tick labels
#ytick.labelsize : medium # fontsize of the tick labels
ytick.color : 000000 # color of the tick labels
ytick.labelsize : 16 # fontsize of the tick labels
ytick.direction : out # direction: in or out
@@ -382,7 +382,7 @@ legend.edgecolor : 1 # background patch boundary color
#legend.numpoints : 1 # the number of marker points in the legend line
#legend.scatterpoints : 1 # number of scatter points
#legend.markerscale : 1.0 # the relative size of legend markers vs. original
legend.fontsize : 10
legend.fontsize : 16
# Dimensions as fraction of fontsize:
#legend.borderpad : 0.4 # border whitespace
#legend.labelspacing : 0.5 # the vertical space between the legend entries