Plots in different graphic windows

Hi,
Is it possible to show two plots in different windows at the same time?

Thanks,
Ernesto

mesh Th = square(10, 10);
fespace Vh(Th, P1);
Vh u = x + y;
plot(Th, WindowIndex = 0);
plot(u, WindowIndex = 1);