mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user