<ViewConfig package="org.psics.model.display">
   <LineGraph width="500"
       height="400">
      <LineSet color="red"
          file="out-1000-f.txt"
          show="-1"
          width="0.0"
          maxshow="6"/>
      <LineSet color="green"
          file="out-0-f.txt"
          show="-1"
          width="0.0"
          maxshow="2"/>
      <xaxis min="0.0"
          max="250.0"
          label="time / ms"/>
      <yaxis min="-80.0"
          max="60.0"
          label="current / nA"/>
      <View xmin="0.0"
          xmax="20.0"
          ymin="-360.0"
          ymax="30.0"
          id="whole"/>
      <View xmin="1.93"
          xmax="2.15"
          ymin="-260.0"
          ymax="30.0"
          id="start"/>
   </LineGraph>
</ViewConfig>

