-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmatplotlibrc
55 lines (47 loc) · 1.21 KB
/
matplotlibrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
## LHCb-like style
# based on the works of Tim Head, Thomas Schietinger, Andrew Powell,
# Chris Parkes and Niels Tuning
#
# Author: Kevin Dungs <[email protected]>
# Date: 2014-02-19
#
# The following lines should be used in your python script:
# plt.xlabel(..., ha='right', x=1)
# plt.ylabel(..., ha='right', y=1)
# plt.legend(loc='best')
# plt.minorticks_on()
#
# In order to add a proper "LHCb Simulation" text box, use:
# plt.text(x, y, 'LHCb Simulation', {'size': 28})
axes.labelsize: 32
axes.linewidth: 2
figure.figsize: 8, 8
figure.dpi: 100
font.family: serif
font.serif: Times New Roman
font.size: 14
font.weight: 400
legend.frameon: false
legend.handletextpad: 0.3
legend.numpoints: 1
legend.labelspacing: 0.2
legend.fontsize: 28
lines.linewidth: 2
lines.markeredgewidth: 0
lines.markersize: 8
savefig.bbox: tight
savefig.pad_inches: 0.1
xtick.major.size: 14
xtick.minor.size: 7
xtick.major.width: 1.5
xtick.minor.width: 1.5
xtick.major.pad: 10
xtick.minor.pad: 10
xtick.labelsize: 30
ytick.major.size: 14
ytick.minor.size: 7
ytick.major.width: 1.5
ytick.minor.width: 1.5
ytick.major.pad: 10
ytick.minor.pad: 10
ytick.labelsize: 30