[SIESTA-L] fermi level in plots

2009-05-02 Thread tim evans
Hi, I am very sorry for the relatively unrelated question, but I always use gnuplot to for plotting, but I do not know how to set fermi level on the x-axis to zero in gnuplot or what is the comment to shift the point on x-axis? I would be grateful if expert Siesta users kindly help me on this

Re: [SIESTA-L] fermi level in plots

2009-05-02 Thread Marcos Verissimo Alves
If you're using a script for producing a publication-quality plot, inside the script you can do ef=3.4567 set xzeroaxis plot 'mydata.dat' u ($1+ef):2 otherwise you can simply do, on the command line of gnuplot: plot 'mydata.dat' u ($1+3.4567):2 and voilĂ , you have a shifted x-axis with the