<ViewConfig package="org.psics.model.display">
   <LineGraph width="500"
       height="400">
      <LineSet color="red"
          file="sd-50-f.txt"
          show="-1"
          width="0.0"
          maxshow="20"/>
      <LineSet color="orange"
          file="sd-20-f.txt"
          show="-1"
          width="0.0"
          maxshow="20"/>
      <LineSet color="yellow"
          file="sd-12-f.txt"
          show="-1"
          width="0.0"
          maxshow="20"/>
      <LineSet color="green"
          file="sd-7-f.txt"
          show="-1"
          width="0.0"
          maxshow="20"/>
      <LineSet color="cyan"
          file="sd-3-f.txt"
          show="-1"
          width="0.0"
          maxshow="20"/>
      <LineSet color="blue"
          file="sd-1-f.txt"
          show="-1"
          width="0.0"
          maxshow="20"/>
      <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="80.0"
          id="sd-whole"/>
      <View xmin="0.0"
          xmax="30.0"
          ymin="-100.0"
          ymax="80.0"
          id="sd-start"/>
      <View xmin="210.0"
          xmax="255.0"
          ymin="-100.0"
          ymax="80.0"
          id="sd-end"/>
   </LineGraph>
</ViewConfig>

