TLatex in PyROOT is drawn in wrong place?

Hi,

For some reason TLatex is drawn in a wrong coordinates in PyROOT. The sequence is as follows:

for hist in [list of histogram objects]:
Create Canvas
Draw Plot
Create TLatex
Set Latex title and draw with TLatex::DrawLatex(x, y, title)

Am I doing something wrong? You may see attachment for visual example of one of the canvases (they all look the same).

I use:

OS X 10.7
ROOT v5.32
Python 2.7.2

Example of the described sequence can be found at:
goo.gl/Q0QVv

Label(s) class(es):
goo.gl/9xuIn

Any help is very much appreciated.


The text is drawn at the right place in the histogram coordinates (According to what I saw in your code).