<ViewConfig package="org.psics.model.display">
   <LineGraph width="500"
       height="400">
      <Line color="white"
          file="ref_cable_0.txt"
          rescale="[1000, 1000.]"
          width="2.0"
          maxshow="20"/>
      <Line color="white"
          file="ref_cable_x.txt"
          rescale="[1000, 1000.]"
          width="2.0"
          maxshow="20"/>
      <LineSet color="orange"
          file="ts-500-f.txt"
          label="500"
          width="0.0"
          maxshow="20">
         <comparisons>
            <DataComparison file="ref_cable_0.txt"
                line="0"
                rescale="[1000, 1000.]"/>
            <DataComparison file="ref_cable_x.txt"
                line="1"
                rescale="[1000, 1000.]"/>
         </comparisons>
      </LineSet>
      <LineSet color="yellow"
          file="ts-200-f.txt"
          label="200"
          width="0.0"
          maxshow="20">
         <comparisons>
            <DataComparison file="ref_cable_0.txt"
                line="0"
                rescale="[1000, 1000.]"/>
            <DataComparison file="ref_cable_x.txt"
                line="1"
                rescale="[1000, 1000.]"/>
         </comparisons>
      </LineSet>
      <LineSet color="green"
          file="ts-100-f.txt"
          label="100"
          width="0.0"
          maxshow="20">
         <comparisons>
            <DataComparison file="ref_cable_0.txt"
                line="0"
                rescale="[1000, 1000.]"/>
            <DataComparison file="ref_cable_x.txt"
                line="1"
                rescale="[1000, 1000.]"/>
         </comparisons>
      </LineSet>
      <LineSet color="cyan"
          file="ts-50-f.txt"
          label="50"
          width="0.0"
          maxshow="20">
         <comparisons>
            <DataComparison file="ref_cable_0.txt"
                line="0"
                rescale="[1000, 1000.]"/>
            <DataComparison file="ref_cable_x.txt"
                line="1"
                rescale="[1000, 1000.]"/>
         </comparisons>
      </LineSet>
      <LineSet color="blue"
          file="ts-20-f.txt"
          label="20"
          width="0.0"
          maxshow="20">
         <comparisons>
            <DataComparison file="ref_cable_0.txt"
                line="0"
                rescale="[1000, 1000.]"/>
            <DataComparison file="ref_cable_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="-100.0"
          ymax="100.0"
          id="whole"/>
      <View xmin="249.0"
          xmax="250.2"
          ymin="101.93"
          ymax="101.94"
          id="end"/>
      <View xmin="80.0"
          xmax="90.0"
          ymin="25.0"
          ymax="30.0"
          id="midrange"/>
      <View xmin="-0.1"
          xmax="1.1"
          ymin="-70.0"
          ymax="-40.0"
          id="start"/>
   </LineGraph>
</ViewConfig>

