From bf691478bca27f6d795293f8a45bbbdf22dd80e3 Mon Sep 17 00:00:00 2001 From: JJ Gao Date: Mon, 27 Nov 2017 12:14:03 -0500 Subject: [PATCH] tweaks on citation --- AnnotatorCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AnnotatorCore.py b/AnnotatorCore.py index d5dd847..c1e9965 100644 --- a/AnnotatorCore.py +++ b/AnnotatorCore.py @@ -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')