 set size 1,1
 set terminal wxt size 50,600 position 800,0
 set title "Progress\nLanczos"
 unset key
 unset xtics
 unset ytics
 set border linewidth 5.0
 set xrange [0.999:1.001]
 set yrange [0.0:100.0]
 plot "hlsvd_bar_data.txt" using 1:2 with lines linecolor rgb "blue" linewidth 5.0
 pause 0.2
 reread
