from visad.python.JPythonMethods import *
a = load("images.nc")
a = a[0]
b = a[0]
c = a[1]
d = a[2]
plot(b)
plot(c)
plot(d)
