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.