# -*- coding: utf-8 -*-

import pylab

pylab.plot([1,2,3])
pylab.title(u"février γα")
pylab.show()
pylab.savefig("unicode")
