set missing value -99.99

# Create data using perl-script
system perl FEM.pl model.nodes model.elements > tmp

open tmp
read columns x y
close
draw curve

# Comment-out the next line if you want to inspect
# the temporary output.
system rm tmp