Skip to content

Commit

Permalink
add a file to plot panelists result
Browse files Browse the repository at this point in the history
  • Loading branch information
EmadAghaei committed Apr 21, 2020
1 parent db401ba commit 3d2ac57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QOC.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
plt.gca().spines['top'].set_visible(False)
plt.gca().spines['left'].set_visible(False)
plt.xticks(np.arange(0, 101, 10))
# plt.show()
plt.savefig('./data/Qoc.pdf',bbox_inches='tight')
plt.show()
# plt.savefig('./data/Qoc.pdf',bbox_inches='tight')
Binary file modified data/Qoc.pdf
Binary file not shown.

0 comments on commit 3d2ac57

Please sign in to comment.