$ global name=overlay13
$ scene1 visualization=../TransAtlas.vmd 

# scene1

! when in doubt about where to place the overlay's origin,
! use show_grid to dump a frame with a 10x10 grid overlaid

animate     frames=0:17 t=3s
{show_figure figure=grid.png t=3s;
add_overlay text="Grid generated\nusing show_grid" center=t textbox=t}
{show_figure figure=grid.png t=3s;
add_overlay text="origin=0,0"}
{show_figure figure=grid.png t=3s;
add_overlay text="origin=0.4,0.4" origin=0.4,0.4 textbox=t}
{show_figure figure=grid.png t=3s;
add_overlay text="origin=0.3,0.2\ncenter=t" origin=0.3,0.2 center=t}
