The Parametric function and PaveLabel (problem solved)

I am trying to draw a parametric function (TF1) with a PavelLabel on top of it.

Problem is that for some reason I cannot get the PavelLabel to draw on top.
It seems, that the TF1 fucntion is always draw over the PaveLabel, so I cannot
see it.

I don’t know if I am missing something, but it seems no matter what I do,
the PaveLabel never appears, though if I don’t draw the TF1 function,
the PaveLabel shows up.

I know I must be missing something simple so if anyone knows what I am missing
I would appreciate it.

Not enough information in your mail to make an assessment.
Please read the tutorials such as h1draw.C

Rene

Thanks for the tip.

I was looking at h1draw.C and trying to explain the problem
and as I was explaining it, I figured out the problem and solved it myself.

Thanks