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

    <title>
       <border type="None"/>
         <label text="1D Logarithmic with stats (square)">
           <font face="SansSerif" points="14" style="BOLD"/>
         </label>
    </title>

    <stats>
      <border type="Line" color="Black"/>
      <bounds x="150" y="30" width="100" height="80"/>
      <font face="SansSerif" points="10" style="PLAIN"/>
    </stats>

    <dataArea>
      <border type="None"/>
 
      <data1d axis="y0">
  
          <class name="jas.bean.TreeDataSourceProvider" 
                 param="Histograms/test/Reference/1D Gaussian (sigma=4)"/>
  
          <style1d histogramBarsFilled="false" histogramBarColor="Green" 
                   errorBarColor="Black" dataPointColor="Black" 
                   dataPointStyle="box" dataPointSize="6" 
                   lineColor="Red" 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="true" allowSuppressedZero="true">
        <font face="Dialog" points="12" style="PLAIN"/>
      </axis>

    </dataArea>

    <bounds width="300" height="300"/>

  </plot>

</plotML>
