<ViewConfig package="org.psics.model.display">
   <LineGraph width="500"
       height="400">
      <LineSet color="green"
          file="psics-out-f.txt"
          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="120.0"
          ymin="-80.0"
          ymax="20.0"
          id="whole"/>
      <View xmin="10.0"
          xmax="40.0"
          ymin="-80.0"
          ymax="20.0"
          id="first"/>
   </LineGraph>
</ViewConfig>

