Dear Niall Moran, From: Niall Moran <nmoran@thphys.nuim.ie> Date: Wed, 26 Sep 2007 10:47:00 +0100
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plot SYSTEM "conf/plot.dtd"> <plot name="Susceptibility versus Magnetic Field" output="xmgr"> <for-each name="L" > <for-each name="T" > <xaxis name="Gamma" type="parameter" /> <yaxis name="Susceptibility" type="mean" error="true" /> </for-each> </for-each> </plot>
Currently, nested for-each tags are not supported by "archive" tool.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plot SYSTEM "conf/plot.dtd"> <plot name="Susceptibility versus Magnetic Field" output="xmgr"> <for-each name="L" > <xaxis name="Gamma" type="parameter" /> <yaxis name="Susceptibility" type="mean" error="true" /> <constraint name="T" condition="=0.1" /> </for-each> </plot>
The 7th line should be <constraint name="T" type="parameter" operator="equal" value"0.1" /> Best regards, Synge Todo