Skip to content

Commit

Permalink
tweaks on citation
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgao committed Nov 27, 2017
1 parent 03f01bd commit bf69147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AnnotatorCore.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +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.gcf().text(0.90, 0.1, "Generated by OncoKB\n[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 bf69147

Please sign in to comment.