Spaces:
Runtime error
Runtime error
Amit
commited on
Commit
·
5854676
1
Parent(s):
740107a
plot file updated.
Browse files
plot_scripts/map_packages_colors_all.py
CHANGED
@@ -18,10 +18,10 @@ params = {'backend': 'ps',
|
|
18 |
'font.size': 8,
|
19 |
'legend.fontsize': 12,
|
20 |
'xtick.labelsize': 14,
|
21 |
-
'ytick.labelsize': 14,
|
22 |
-
|
23 |
# 'figure.figsize': fig_size}
|
24 |
-
|
25 |
plt.rcParams.update(params)
|
26 |
|
27 |
cm = plt.get_cmap('tab20')
|
|
|
18 |
'font.size': 8,
|
19 |
'legend.fontsize': 12,
|
20 |
'xtick.labelsize': 14,
|
21 |
+
'ytick.labelsize': 14,
|
22 |
+
'text.usetex': True}
|
23 |
# 'figure.figsize': fig_size}
|
24 |
+
plt.rc('text.latex', preamble=r'\usepackage{braket}')
|
25 |
plt.rcParams.update(params)
|
26 |
|
27 |
cm = plt.get_cmap('tab20')
|