Skip to content
Snippets Groups Projects
Commit 2ac16e76 authored by Peter Cai's avatar Peter Cai
Browse files

fix legend location for numa scan ipq/ipc

parent 680f2e2e
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ def plot():
ax1.set_ylim(0, 25000)
ax2.set_ylim(0, 1)
ax2.legend(loc = 'lower right')
ax2.legend(loc = 'upper right')
ax1.legend(loc = 'upper left')
if os.getenv('SAVE_FIGURE') != 'true':
plt.rcParams.update({'font.size': 16})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment