<ViewConfig package="org.psics.model.display">
   <LineGraph width="500"
       height="400">
      <Line color="white"
          file="ref_axon_0_neuron.txt"
          rescale="[1000, 1000.]"
          width="1.0"
          maxshow="20"/>
      <Line color="white"
          file="ref_axon_x_neuron.txt"
          rescale="[1000, 1000.]"
          width="1.0"
          maxshow="20"/>
      <LineSet color="red"
          file="ts-10-f.txt"
          width="0.0"
          maxshow="20"/>
      <LineSet color="blue"
          file="ts-20-f.txt"
          width="0.0"
          maxshow="20"/>
      <LineSet color="cyan"
          file="ts-50-f.txt"
          width="0.0"
          maxshow="20"/>
      <LineSet color="green"
          file="ts-100-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="260.0"
          ymin="-100.0"
          ymax="80.0"
          id="whole"/>
      <View xmin="0.0"
          xmax="30.0"
          ymin="-100.0"
          ymax="80.0"
          id="start"/>
      <View xmin="210.0"
          xmax="255.0"
          ymin="-100.0"
          ymax="80.0"
          id="end"/>
   </LineGraph>
</ViewConfig>

