Skip to content

Commit

Permalink
added citation
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgao committed Nov 27, 2017
1 parent 8f6a39c commit 03f01bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AnnotatorCore.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@ def plotclinicalactionability(annotatedclinicalfile, outfile, parameters):
plt.subplots_adjust(left=0.2, bottom=0.3)
# plt.yticks(np.arange(0, 81, 10))
plt.legend(plts, legends, fontsize=6, bbox_to_anchor=(1.01, 1), loc="upper left")
plt.gcf().text(0.9, 0.15, "Chakravarty et al., JCO PO 2017", fontsize=6, horizontalalignment='right', verticalalignment='bottom')

# plt.show()
f.savefig(outfile, bbox_inches='tight')
Expand Down

0 comments on commit 03f01bd

Please sign in to comment.