7.10 The exec command

The exec command can be used to execute Pyxplot commands contained within string variables. For example:

terminal="eps"
exec "set terminal %s"%(terminal)

It can also be used to write obfuscated Pyxplot scripts, and its use should be minimized wherever possible.