This commit is contained in:
danijoo
2020-12-09 13:30:28 +01:00
parent 88baca7458
commit fbb76a9e25
9 changed files with 54 additions and 21 deletions

View File

@@ -340,8 +340,8 @@ axes.ymargin : .00 # y margin See `axes.Axes.margins`
### TICKS
# see http://matplotlib.org/api/axis_api.html#matplotlib.axis.Tick
#xtick.major.size : 10 # major tick size in points
#xtick.minor.size : 10 # minor tick size in points
#xtick.major.size : 4 # major tick size in points
#xtick.minor.size : 3 # 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 : 000000 #797979 # color of the tick labels
@@ -390,7 +390,7 @@ legend.fontsize : 8 # 10
#figure.titlesize : large # size of the figure title (Figure.suptitle())
#figure.titleweight : normal # weight of the figure title
figure.figsize : 6.4,4.8 # figure size in inches
figure.dpi : 300 # figure dots per inch
figure.dpi : 600 # figure dots per inch
#figure.facecolor : yellow #white # figure facecolor; 0.75 is scalar gray
# figure.edgecolor : white # figure edgecolor
figure.autolayout : True # When True, automatically adjust subplot