|
[Rivet] Rivet plotting configDavid Grellscheid david.grellscheid at durham.ac.ukMon Jun 8 12:46:00 BST 2015
Hi Gregory, The file-specific options have a regular-expression format: .*Run_T1.yoda.*::LineColor=black .*Run_T1.yoda.*::Scale=5.0 .*Run_T2.yoda.*::Scale=10.0 each on its own line outside of any BEGIN/END block. You can have them in the same file together with the other config format. The 'make-plots' tool does understand this syntax, but at the moment 'rivet-mkhtml' does not pass the information along properly. The workaround is to insert the following two 'make-plots' lines explicitly into your workflow: $ rivet-mkhtml -c some_configfile A.yoda B.yoda C.yoda $ make-plots -c some_configfile plots/*/*.dat --pdf $ make-plots -c some_configfile plots/*/*.dat --png $ firefox plots/index.html I hope that helps! David On 08/06/2015 13:24, soyez at lpthe.jussieu.fr wrote: > Hi David, > >> I have figured out the Rivet -c option to configure plot lines. Let me >> know when you have a minute, so I can show you. > > That's great! Unfortunately I left Les Houches yesterday (committee > meeting obligations). Is there an easy way you can send me the info by > mail? Otherwise, you can see Andrzej or Marat. > > thanks in advance, > cheers, > Gregroy >
More information about the Rivet mailing list |