From 2304bca566b90667428776d6b1dac86999281c39 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 3 Feb 2009 12:46:25 -0800 Subject: [PATCH] IGN:... --- src/calibre/trac/donations/server.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/trac/donations/server.py b/src/calibre/trac/donations/server.py index 51b1ed612b..0141c6a317 100644 --- a/src/calibre/trac/donations/server.py +++ b/src/calibre/trac/donations/server.py @@ -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):