Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /Utilities/ReleaseScripts/ignominy/config/IgnominyCommon/IgGNUPlotTemplate_CMS.gnu is written in an unsupported language. File is not indexed.

0001 load "common.gnu"
0002 set time
0003 set title "${TEMPLATE_TITLE}"
0004 set xlabel "${TEMPLATE_XLABEL}"
0005 set output '${FIELD}.eps'
0006 plot 'common.data' using 1:${INDEX} title "${FIELD}"
0007 exit