mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 11:44:28 +01:00
IGN:...
This commit is contained in:
parent
0a67d5eb85
commit
e412e3e3ec
1 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@
|
|||
import sys, cStringIO, textwrap, traceback, re, os, time
|
||||
from datetime import date, timedelta
|
||||
from math import sqrt
|
||||
os.environ['HOME'] = '/tmp'
|
||||
import matplotlib
|
||||
matplotlib.use('Agg')
|
||||
import matplotlib.pyplot as plt
|
||||
|
|
@ -430,7 +431,7 @@ def build_year_list(current):
|
|||
<hr />
|
||||
<div style="text-align:center">
|
||||
<h3>Income trends for the last year</h3>
|
||||
<img src="/trend.png" alt="Income trends" />
|
||||
<img src="%(root)strend.png" alt="Income trends" />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue