Create TGraph from TNtuple

Hi,
my examples should work as is if you type them at the prompt.
If you used them in a macro, the typical reason why canvases are blank is that the thing you draw went out of scope at the end of the macro: see my reply here.

The easiest way to fix it is to call DrawClone instead of Draw.
Let us know if this fixes it.
Cheers,
Enrico