/**
@anchor DPPlotPrinting
@page LEVEL2 Plot Printing
To print fermi plots, simply bring up the fermi plot, and press either the “Print” (printer icon) button or the individual “Print” (printer icon)
buttons on the plots themselves. In order for this to work you should set two environment variables:
@li UNIX Prompt> setenv TRICK_PRINT_CMD
@li UNIX Prompt> setenv TRICK_PRINTER_NAME
In all other cased, just choose the device to be "file", then print the file. If the device is set to be "printer" either in a DP
(@ref session_device "device" attribute of session element) or through @c -device option of "fxplot" application as following or through "trick_dp" gui,
all plotting will go to the specified printer automatically.
To specify the @c -device option of "fxplot" command for sending the plots to a printer
(@c -device option overrides the device setting in the ):
@li UNIX Prompt> fxplot -device=printer
@see @ref DataProducts "Data Products"
*/