WHead
WHead [$]
This command only writes the list of PLT commands needed to create
the current figure. Since this command will NOT write any data, it
will run faster than the "WEnviron" command. Typically one would
first use "WEnviron" to write both the PLT commands and the data to
files. If any changes are made to the appearance of the plot
(such as adding labels, etc.) then the "WHead" command can be used
to update the PLT command file without over-writing the QDP file
containing the data.
examples
PLT> WHead ! Write commands to the terminal screen
PLT> WHead TEST ! Write commands to TEST.PCO
PLT> WHead TEST 3 ! Same as previous (the 3 is ignored)
Return to plt main page.