This commit is contained in:
Kovid Goyal 2009-02-03 12:46:25 -08:00
parent df05652dbc
commit 2304bca566

View File

@ -216,7 +216,6 @@ Donors per day: %(dpd).2f
dpd=len(stats.totals)/float(stats.period.days),
)
text = ax.annotate(text, (0.6, 0.65), textcoords='axes fraction')
text.update_bbox_position_size(fig)
fig.savefig(self.MONTH_TRENDS)
def calculate_trend(self):