update
2
main.tex
@ -20,8 +20,6 @@
|
|||||||
\usepackage{tabularx}
|
\usepackage{tabularx}
|
||||||
\usepackage{mathrsfs}
|
\usepackage{mathrsfs}
|
||||||
\usepackage[colorlinks,bookmarksopen,bookmarksnumbered, linkcolor=red]{hyperref}
|
\usepackage[colorlinks,bookmarksopen,bookmarksnumbered, linkcolor=red]{hyperref}
|
||||||
% \usepackage[table,xcdraw]{xcolor}
|
|
||||||
|
|
||||||
\definecolor{darkgreen}{RGB}{17,159,27} %
|
\definecolor{darkgreen}{RGB}{17,159,27} %
|
||||||
\aboverulesep=0pt
|
\aboverulesep=0pt
|
||||||
\belowrulesep=0pt
|
\belowrulesep=0pt
|
||||||
|
Before Width: | Height: | Size: 254 KiB After Width: | Height: | Size: 265 KiB |
@ -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.grid(True, linestyle='-', alpha=0.5)
|
||||||
plt.xlabel("Anchor Proposal Number", fontsize=30) # 横坐标名字
|
plt.xlabel("Anchor Proposal Number", fontsize=30) # 横坐标名字
|
||||||
plt.ylabel("F1@50 (%)", 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.savefig('anchor_num_testing.png', dpi=300)
|
||||||
plt.show()
|
plt.show()
|
Before Width: | Height: | Size: 283 KiB After Width: | Height: | Size: 283 KiB |
@ -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.grid(True, linestyle='-', alpha=0.5)
|
||||||
plt.xlabel("Anchor Proposal Number", fontsize=30) # 横坐标名字
|
plt.xlabel("Anchor Proposal Number", fontsize=30) # 横坐标名字
|
||||||
plt.ylabel("Precision@50 (%)", 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.savefig('anchor_num_testing_p.png', dpi=300)
|
||||||
plt.show()
|
plt.show()
|
Before Width: | Height: | Size: 274 KiB After Width: | Height: | Size: 274 KiB |
@ -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.grid(True, linestyle='-', alpha=0.5)
|
||||||
plt.xlabel("Anchor Proposal Number", fontsize=30) # 横坐标名字
|
plt.xlabel("Anchor Proposal Number", fontsize=30) # 横坐标名字
|
||||||
plt.ylabel("Recall@50 (%)", 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.savefig('anchor_num_testing_r.png', dpi=300)
|
||||||
plt.show()
|
plt.show()
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 158 KiB |