<div dir="ltr"><div><div><div><div>Thank you Gavin.<br></div>I got it.<br></div>I have some doubts for more details. First I will try and then inform you. Like colour change, linewidth (this may be useful in case of doss)<br><br></div>Sincerely<br></div>Bhamu<br><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><b><span style="color:rgb(0,0,255)"><br></span></b></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Mon, Sep 21, 2015 at 5:21 AM, Gavin Abo <span dir="ltr"><<a href="mailto:gsabo@crimson.ua.edu" target="_blank">gsabo@crimson.ua.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>Example in a bash ($) terminal:<br>
      <br>
      username@computername:~/test$ cat test.joint<br>
      #2                              Vol =     421.5088774080<br>
      #  Energy  [eV]     Im_eps_xx          Im_eps_zz<br>
      #<br>
            0.00000     0.25000000E+00     0.00000000E+00<br>
            1.00000     0.50000000E+00     0.50000000E+00<br>
            2.00000     0.75000000E+00     1.00000000E+00<br>
      username@computername:~/test$ cp $WIENROOT/opticplot_lapw
      opticplot2<br>
      username@computername:~/test$ chmod +x opticplot2<br>
      username@computername:~/test$ gedit opticplot2<br>
          Put a comment (#) in front of "rm $tmp1 $tmp2" on line 280 in
      opticplot2 of WIEN2k 14.2<br>
      username@computername:~/test$ sed -n 280p opticplot2<br>
      #    rm $tmp1 $tmp2<br>
      username@computername:~/test$ ./opticplot2<br>
      ...<br>
         File to plot:<br>
      J<br>
      ...<br>
      Which column to plot?  2<br>
      ...<br>
      <img src="cid:part1.04050208.07060003@crimson.ua.edu" alt=""><br>
      Do you want to set ranges? (y/N)N<br>
      Do you want a hardcopy? (y/N)y<br>
      ...<br>
      Specify a filename (default is <a href="http://opticplot.ps" target="_blank">opticplot.ps</a>)<a href="http://opticplot.ps" target="_blank">opticplot.ps</a><br>
      ...<br>
         File to plot:<br>
      q<br>
      username@computername:~/test$ gedit :opt2<br>
          Edit the gnuplot file called :opt2 in text editor [  <a href="http://stackoverflow.com/questions/16073232/gnuplot-plotting-a-file-with-4-columns-all-on-y-axis" target="_blank"></a><a href="http://stackoverflow.com/questions/16073232/gnuplot-plotting-a-file-with-4-columns-all-on-y-axis" target="_blank">http://stackoverflow.com/questions/16073232/gnuplot-plotting-a-file-with-4-columns-all-on-y-axis</a>
      ]<br>
      username@computername:~/test$ cat :opt2<br>
      set title 'test.joint'<br>
      set style data lines<br>
      set terminal png<br>
      set output "opticplot2.png"<br>
      set xrange [:]<br>
      set yrange [:]<br>
      set xlabel "Energy [eV]"<br>
      set ylabel "Im_eps"<br>
      <br>
      plot ":opt1" using 1:2 title "Im_eps_xx", \<br>
           ":opt1" using 1:3 title "Im_eps_zz"<br>
      username@computername:~/test$ gnuplot :opt2<br>
      <img src="cid:part3.07060002.01010902@crimson.ua.edu" alt=""><br>
    </div>
  </div>

<br>_______________________________________________<br>
Wien mailing list<br>
<a href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a><br>
<a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" rel="noreferrer" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
SEARCH the MAILING-LIST at:  <a href="http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html" rel="noreferrer" target="_blank">http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html</a><br>
<br></blockquote></div><br></div></div>