<ViewConfig>
   <LineGraph width="500" height="400">
      <Line color="white" file="ref_branch_0.txt" rescale="[1000, 1000.]"
          show="-1" width="2.0" maxshow="20"/>
      <Line color="white" file="ref_branch_x.txt" rescale="[1000, 1000.]"
          show="-1" width="2.0" maxshow="20"/>
      <LineSet color="orange" file="out-500-f.txt" label="500" show="-1"
          width="0.0" maxshow="20">
         <comparisons>
            <DataComparison file="ref_branch_0.txt" line="0"
                rescale="[1000, 1000.]"/>
            <DataComparison file="ref_branch_x.txt" line="1"
                rescale="[1000, 1000.]"/>
         </comparisons>

      </LineSet>

      <LineSet color="yellow" file="out-200-f.txt" label="200" show="-1"
          width="0.0" maxshow="20">
         <comparisons>
            <DataComparison file="ref_branch_0.txt" line="0"
                rescale="[1000, 1000.]"/>
            <DataComparison file="ref_branch_x.txt" line="1"
                rescale="[1000, 1000.]"/>
         </comparisons>

      </LineSet>

      <LineSet color="green" file="out-100-f.txt" label="100" show="-1" width="0.0"
          maxshow="20">
         <comparisons>
            <DataComparison file="ref_branch_0.txt" line="0"
                rescale="[1000, 1000.]"/>
            <DataComparison file="ref_branch_x.txt" line="1"
                rescale="[1000, 1000.]"/>
         </comparisons>

      </LineSet>

      <LineSet color="cyan" file="out-50-f.txt" label="100" show="-1" width="0.0"
          maxshow="20">
         <comparisons>
            <DataComparison file="ref_branch_0.txt" line="0"
                rescale="[1000, 1000.]"/>
            <DataComparison file="ref_branch_x.txt" line="1"
                rescale="[1000, 1000.]"/>
         </comparisons>

      </LineSet>

      <LineSet color="blue" file="out-20-f.txt" label="20" show="-1" width="0.0"
          maxshow="20">
         <comparisons>
            <DataComparison file="ref_branch_0.txt" line="0"
                rescale="[1000, 1000.]"/>
            <DataComparison file="ref_branch_x.txt" line="1"
                rescale="[1000, 1000.]"/>
         </comparisons>

      </LineSet>

      <xaxis min="0.0" max="250.0" label="time / ms"/>
      <yaxis min="-80.0" max="60.0" label="potential / mV"/>
      <View xmin="-10.0" xmax="260.0" ymin="-70.0" ymax="-35.0" id="whole"/>
      <View xmin="66.0" xmax="73.0" ymin="-45.2" ymax="-44.2" id="midrange"/>
      <View xmin="230.0" xmax="255.0" ymin="-40.25" ymax="-40.12" id="end"/>
   </LineGraph>

</ViewConfig>


