<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE plotML SYSTEM "plotML.dtd">
<plotML>
  <plot>

    <title>
      <border type="None"/>
      <label text="1D overlay (4 : 3)">
	 <font face="SansSerif" points="14" style="BOLD"/>
      </label>
    </title>

    <legend>
      <border type="Line" color="Black"/>
      <bounds x="54" y="25" width="175" height="50"/>      
      <font face="Dialog" points="12" style="PLAIN"/>
    </legend>

    <dataArea>
      <border type="None"/>
      <data1d axis="y0">

        <class name="jas.bean.TreeDataSourceProvider" 
               param="Histograms/test/Reference/flat 1D"/>

        <style1d histogramBarsFilled="false" histogramBarColor="Blue" 
                 errorBarColor="Black" dataPointColor="Black" 
                 dataPointStyle="cross" dataPointSize="6" 
                 lineColor="Blue" showHistogramBars="true" 
                 showErrorBars="false" showDataPoints="false" 
                 showLinesBetweenPoints="false"/>
      </data1d>

      <data1d axis="y1">
	<class name="jas.bean.TreeDataSourceProvider" 
               param="Histograms/test/Reference/1D Gaussian (sigma=4)"/>
        <style1d histogramBarsFilled="false" histogramBarColor="Red" 
                 errorBarColor="Black" dataPointColor="Black" 
                 dataPointStyle="circle" dataPointSize="6" lineColor="Orange" 
                 showHistogramBars="true" showErrorBars="false" 
                 showDataPoints="false" showLinesBetweenPoints="false"/>
      </data1d>

      <axis location="x0" type="double" showOverflows="false" 
            logarithmic="false" allowSuppressedZero="true">
        <font face="Dialog" points="12" style="PLAIN"/>
      </axis>

      <axis location="y0" type="double" showOverflows="false" 
            logarithmic="false" allowSuppressedZero="true">
        <font face="Dialog" points="12" style="PLAIN"/>
      </axis>

      <axis location="y1" type="double" showOverflows="false" 
            numberOfBins="0" logarithmic="true" 
            allowSuppressedZero="true">
        <font face="Dialog" points="12" style="PLAIN"/>
      </axis>
  </dataArea>

  <bounds width="400" height="300"/>
  </plot>
</plotML>
