<ViewConfig package="org.psics.model.display">
   <LineGraph width="500"
       height="400">
      <LineSet color="green"
          file="out-0-f.txt"
          show="2"
          width="0.0"
          maxshow="20"/>
      <LineSet color="red"
          file="out-10-f.txt"
          show="2"
          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="100.0"
          ymin="-80.0"
          ymax="20.0"
          id="whole"/>
      <View xmin="0.0"
          xmax="20.0"
          ymin="-80.0"
          ymax="20.0"
          id="first"/>
      <View xmin="40.0"
          xmax="60.0"
          ymin="-80.0"
          ymax="20.0"
          id="later"/>
   </LineGraph>
</ViewConfig>

