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')