mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
update
This commit is contained in:
@@ -286,7 +286,7 @@ axes.edgecolor : black # axes edge color
|
||||
axes.grid : True # 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 #medium # 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
|
||||
@@ -315,8 +315,8 @@ axes.labelcolor : black
|
||||
|
||||
axes.spines.left : True # display axis spines
|
||||
axes.spines.bottom : True
|
||||
axes.spines.top : True
|
||||
axes.spines.right : True
|
||||
axes.spines.top : False
|
||||
axes.spines.right : False
|
||||
|
||||
|
||||
#axes.unicode_minus : True # use unicode for the minus symbol
|
||||
@@ -344,16 +344,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 : 797979 # color of the tick labels
|
||||
#xtick.labelsize : medium # fontsize of the tick labels
|
||||
xtick.color : 000000 #797979 # color of the tick labels
|
||||
xtick.labelsize : 16# medium # 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 : 797979 # color of the tick labels
|
||||
#ytick.labelsize : medium # fontsize of the tick labels
|
||||
ytick.color : 000000 #797979 # color of the tick labels
|
||||
ytick.labelsize : 16 #medium # fontsize of the tick labels
|
||||
ytick.direction : out # direction: in or out
|
||||
|
||||
|
||||
@@ -389,7 +389,7 @@ legend.fontsize : 8 # 10
|
||||
# See http://matplotlib.org/api/figure_api.html#matplotlib.figure.Figure
|
||||
#figure.titlesize : large # size of the figure title (Figure.suptitle())
|
||||
#figure.titleweight : normal # weight of the figure title
|
||||
figure.figsize : 11,4.5 # figure size in inches
|
||||
figure.figsize : 6.4,4.8 # figure size in inches
|
||||
figure.dpi : 300 # figure dots per inch
|
||||
#figure.facecolor : yellow #white # figure facecolor; 0.75 is scalar gray
|
||||
# figure.edgecolor : white # figure edgecolor
|
||||
@@ -468,7 +468,7 @@ scatter.marker : o # The default marker type for scatter plots.
|
||||
# the default savefig params can be different from the display params
|
||||
# e.g., you may want a higher resolution, or to make the figure
|
||||
# background white
|
||||
#savefig.dpi : figure # figure dots per inch or 'figure'
|
||||
savefig.dpi : 300 # figure dots per inch or 'figure'
|
||||
#savefig.facecolor : white # figure facecolor when saving
|
||||
#savefig.edgecolor : white # figure edgecolor when saving
|
||||
#savefig.format : png # png, ps, pdf, svg
|
||||
|
||||
Reference in New Issue
Block a user