1.17 exec

exec <command>

The exec command can be used to execute PyXPlot commands contained within string variables, as in the following example:

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

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