MS
Size: a a a
А
P
А
А
ST
LL

LL
LL
АС

АС
ST
ツダ

table_vals=[[r'$r_\text{пз}$', f'${r_pz}$'],[r'$r_\text{зп}$', f'${r_zp:g}$'],
[r'$\rho_\text{пз}$', f'${rho_pz}$'], [r'$\lambda$', f'${lam_pl:g}$']]
table = r'''\begin{tabular}{ c | c | } %s & %s \\\hline %s & %s \\\hline %s & %s \\\hline %s & %s \\\hline \end{tabular}''' \
% tuple(np.array(table_vals).flat)
plt.text(0, 1, table,
horizontalalignment='left',
verticalalignment='top',
transform=ax.transAxes)ВВ

table_vals=[[r'$r_\text{пз}$', f'${r_pz}$'],[r'$r_\text{зп}$', f'${r_zp:g}$'],
[r'$\rho_\text{пз}$', f'${rho_pz}$'], [r'$\lambda$', f'${lam_pl:g}$']]
table = r'''\begin{tabular}{ c | c | } %s & %s \\\hline %s & %s \\\hline %s & %s \\\hline %s & %s \\\hline \end{tabular}''' \
% tuple(np.array(table_vals).flat)
plt.text(0, 1, table,
horizontalalignment='left',
verticalalignment='top',
transform=ax.transAxes)bbox={'facecolor': 'white', 'alpha': 0.5, 'edgecolor': 'white'}ツダ
bbox={'facecolor': 'white', 'alpha': 0.5, 'edgecolor': 'white'}
ツダ
