This commit is contained in:
王老板 2024-10-30 13:14:09 +08:00
parent 15715f1555
commit 527fa91af0
8 changed files with 3 additions and 5 deletions

View File

@ -20,8 +20,6 @@
\usepackage{tabularx}
\usepackage{mathrsfs}
\usepackage[colorlinks,bookmarksopen,bookmarksnumbered, linkcolor=red]{hyperref}
% \usepackage[table,xcdraw]{xcolor}
\definecolor{darkgreen}{RGB}{17,159,27} %
\aboverulesep=0pt
\belowrulesep=0pt

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 KiB

After

Width:  |  Height:  |  Size: 265 KiB

View File

@ -42,6 +42,6 @@ plt.plot(x_6x13, y_6x13, 'p-', color='orange', alpha=alpha, markersize=12, linew
plt.grid(True, linestyle='-', alpha=0.5)
plt.xlabel("Anchor Proposal Number", fontsize=30) # 横坐标名字
plt.ylabel("F1@50 (%)", fontsize=30) # 纵坐标名字
plt.legend(loc="lower right", title="Polarmap Size", title_fontsize=mpl.rcParams['legend.fontsize']) # 图例标题
plt.legend(loc="lower right", title="Polar Map Size", title_fontsize=mpl.rcParams['legend.fontsize']) # 图例标题
plt.savefig('anchor_num_testing.png', dpi=300)
plt.show()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 KiB

After

Width:  |  Height:  |  Size: 283 KiB

View File

@ -45,6 +45,6 @@ plt.plot(x_6x13, y_6x13, 'p-', color='orange', alpha=alpha, markersize=12, linew
plt.grid(True, linestyle='-', alpha=0.5)
plt.xlabel("Anchor Proposal Number", fontsize=30) # 横坐标名字
plt.ylabel("Precision@50 (%)", fontsize=30) # 纵坐标名字
plt.legend(loc="lower right", title="Polarmap Size", title_fontsize=mpl.rcParams['legend.fontsize']) # 图例标题
plt.legend(loc="lower right", title="Polar Map Size", title_fontsize=mpl.rcParams['legend.fontsize']) # 图例标题
plt.savefig('anchor_num_testing_p.png', dpi=300)
plt.show()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 KiB

After

Width:  |  Height:  |  Size: 274 KiB

View File

@ -41,7 +41,7 @@ plt.plot(x_6x13, y_6x13, 'p-', color='orange', alpha=alpha, markersize=12, linew
plt.grid(True, linestyle='-', alpha=0.5)
plt.xlabel("Anchor Proposal Number", fontsize=30) # 横坐标名字
plt.ylabel("Recall@50 (%)", fontsize=30) # 纵坐标名字
plt.legend(loc="lower right", title="Polarmap Size", title_fontsize=mpl.rcParams['legend.fontsize']) # 图例标题
plt.legend(loc="lower right", title="Polar Map Size", title_fontsize=mpl.rcParams['legend.fontsize']) # 图例标题
plt.savefig('anchor_num_testing_r.png', dpi=300)
plt.show()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 158 KiB