mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
34 lines
1.7 KiB
Plaintext
34 lines
1.7 KiB
Plaintext
backend : Qt5Agg
|
|
lines.linewidth : 1 # line width in points
|
|
font.size : 12
|
|
text.usetex : False # use latex for all text handling. The following fonts
|
|
axes.edgecolor : black # axes edge color
|
|
axes.grid : True # display grid or not
|
|
axes.titlesize : 12 # fontsize of the axes title
|
|
axes.labelsize : 12 # fontsize of the x any y labels
|
|
axes.spines.top : False
|
|
axes.spines.right : False
|
|
axes.prop_cycle: cycler('color', ['348ABD', 'A60628', '7A68A6', '467821', 'D55E00', 'CC79A7', '56B4E9', '009E73', 'F0E442', '0072B2'])
|
|
patch.facecolor: 0072B2
|
|
axes.autolimit_mode : data # How to scale axes limits to the data.
|
|
axes.xmargin : .00 # x margin. See `axes.Axes.margins`
|
|
axes.ymargin : .00 # y margin See `axes.Axes.margins`
|
|
xtick.top : False # draw ticks on the top side
|
|
xtick.bottom : False # draw ticks on the bottom side
|
|
xtick.labelsize : 12 # fontsize of the tick labels
|
|
ytick.left : True # draw ticks on the left side
|
|
ytick.right : True # draw ticks on the right side
|
|
ytick.labelsize : 12 # fontsize of the tick labels
|
|
grid.linestyle : : # solid
|
|
grid.linewidth : 0.8 # in points
|
|
grid.alpha : 0.7 # transparency, between 0.0 and 1.0
|
|
legend.loc : best
|
|
legend.frameon : True # if True, draw the legend on a background patch
|
|
legend.framealpha : 1 # legend patch transparency
|
|
legend.edgecolor : 1 # background patch boundary color
|
|
legend.fontsize : 10
|
|
figure.figsize : 4.5,4.5 # figure size in inches
|
|
figure.dpi : 100 # figure dots per inch
|
|
figure.autolayout : True # When True, automatically adjust subplot
|
|
|