Przeglądaj źródła

avoid overlap of annotation and legend

George C. Privon 5 lat temu
rodzic
commit
f595c88d75
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      email_stats.py

+ 2 - 2
email_stats.py

@@ -176,8 +176,8 @@ ax.plot(np.arange(len(months)),
         label='All Emails')
 
 ax.annotate('N={0:1.0f}'.format(np.sum(total)),
-            (0.99, 0.99),
-            ha='right',
+            (0.05, 0.95),
+            ha='left',
             va='top',
             xycoords='axes fraction')