How to start plotting only after a transient period?

I would like to start plotting data only after some ticks , but I don’t know how. That’s how I tried:
if ticks >= transient [(…) plotxy ticks (variable)]
I set plot-x-min = transient, but here is the result:

How can I start plotting at the beginning without that blank?
Thanks for any help.