<ViewConfig package="org.psics.model.display">
   <LineGraph width="500"
       height="400">
      <Line color="white"
          file="ref_branch_0.txt"
          rescale="[1000, 1000.]"
          width="2.0"
          maxshow="20"/>
      <Line color="white"
          file="ref_branch_x.txt"
          rescale="[1000, 1000.]"
          width="2.0"
          maxshow="20"/>
      <LineSet color="red"
          file="g-1-f.txt"
          label="1"
          width="0.0"
          maxshow="20"/>
      <LineSet color="yellow"
          file="g-5-f.txt"
          label="5"
          width="0.0"
          maxshow="20"/>
      <LineSet color="green"
          file="g-10-f.txt"
          label="10"
          width="0.0"
          maxshow="20"/>
      <LineSet color="blue"
          file="g-20-f.txt"
          label="20"
          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="-70.0"
          ymax="-35.0"
          id="whole"/>
      <View xmin="66.0"
          xmax="73.0"
          ymin="-45.2"
          ymax="-44.2"
          id="midrange"/>
      <View xmin="230.0"
          xmax="255.0"
          ymin="-40.25"
          ymax="-40.12"
          id="end"/>
   </LineGraph>
</ViewConfig>

