|
5 | 5 |
|
6 | 6 | from utils.convolve import calculate_convolve |
7 | 7 |
|
8 | | -# ----------------- Plot config ------------------------------------------- |
| 8 | +# ----------------- Plot config --------------------------------------- # |
9 | 9 | SMALL = 8 |
10 | 10 | MEDIUM = 10 |
11 | 11 | BIGGER = 11 |
12 | 12 |
|
13 | | -plt.rc('font', size=SMALL) # controls default text sizes |
14 | | -plt.rc('axes', titlesize=SMALL) # font size of the axes title |
15 | | -plt.rc('axes', labelsize=MEDIUM) # font size of the x and y labels |
16 | | -plt.rc('xtick', labelsize=SMALL) # font size of the tick labels |
17 | | -plt.rc('ytick', labelsize=SMALL) # font size of the tick labels |
18 | | -plt.rc('legend', fontsize=SMALL) # legend font size |
| 13 | +plt.rc('font', size=SMALL) # controls default text sizes |
| 14 | +plt.rc('axes', titlesize=SMALL) # font size of the axes title |
| 15 | +plt.rc('axes', labelsize=MEDIUM) # font size of the x and y labels |
| 16 | +plt.rc('xtick', labelsize=SMALL) # font size of the tick labels |
| 17 | +plt.rc('ytick', labelsize=SMALL) # font size of the tick labels |
| 18 | +plt.rc('legend', fontsize=SMALL) # legend font size |
19 | 19 | plt.rc('figure', titlesize=BIGGER) # font size of the figure title |
20 | 20 |
|
21 | 21 | plt.rcParams["font.family"] = "Times", "Times New Roman", "serif" |
22 | 22 |
|
23 | 23 |
|
24 | | -# ------------------------------------------------------------------------- |
| 24 | +# --------------------------------------------------------------------- # |
25 | 25 |
|
26 | 26 | def save_plot(): |
27 | 27 | left = 0.2 |
|
0 commit comments