<ViewConfig package="org.psics.model.display">
   <LineGraph width="500"
       height="400">
      <LineSet color="pink"
          file="out-0.4-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="current / nA"/>
      <View xmin="0.0"
          xmax="40.0"
          ymin="-20.0"
          ymax="160.0"
          id="whole"/>
   </LineGraph>
</ViewConfig>

