Makie | How to set position of displayed image on the screen?

f = Figure(resolution = (1000,700))
specifies the size of the displayed image on the screen in pixel coordinates,
but how does one set the position of the displayed image on the screen again in pixel coordinates.

It’s probably in the Makie docs somewhere, but I was not able to locate it.

Someone else asked an almost identical question around the same time. This should address yours too:

Thank you for your suggestion and code fragment.
I’ll reply in the other thread to avoid duplication.