Dear Tomas and Tasaka-san,<br>Thanks for your kind replies.<br>I took the suggestion provided by Tomohiko Tasaka<span> and it works perfect.<br>Thanks everyone.<br>best regards,<br>Donghui Guo<br></span><span class="hb"></span><br>

<div class="gmail_quote">On Fri, Jul 30, 2010 at 10:14 PM, Tomohiko Tasaka <span dir="ltr">&lt;<a href="mailto:tasaka@affinity-science.com">tasaka@affinity-science.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hi,<br>
<br>
&quot;set data style&quot; command is deprecated in gnuplot v4.4.<br>
so, you should change it to &quot;set style data&quot; in some scripts.<br>
<br>
For example,<br>
$ cd ${WIENROOT}<br>
$ grep -lI &quot;set data style&quot; * | xargs sed -i -e s/set\ data\ style/set\ style\ data/g<br>
<br>
<br>
here is transcript for gnuplot&#39;s help.<br>
<br>
$ gnuplot<br>
<br>
        G N U P L O T<br>
        Version 4.4 patchlevel 0-rc1<br>
        last modified Sat Nov 28 14:34:01 PST 2009<br>
        System: Linux 2.6.32.14-127.fc12.x86_64<br>
<br>
        Copyright (C) 1986-1993, 1998, 2004, 2007-2009<br>
        Thomas Williams, Colin Kelley and many others<br>
<br>
        gnuplot home:     <a href="http://www.gnuplot.info" target="_blank">http://www.gnuplot.info</a><br>
        faq, bugs, etc:   type &quot;help seeking-assistance&quot;<br>
        immediate help:   type &quot;help&quot;<br>
        plot window:      hit &#39;h&#39;<br>
<br>
Terminal type set to &#39;x11&#39;<br>
gnuplot&gt; help set data<br>
 This form of the command is deprecated. Please see `set style data`.<br>
<br>
gnuplot&gt; help set style data<br>
 The `set style data` command changes the default plotting style for data<br>
 plots.<br>
<br>
 Syntax:<br>
       set style data &lt;plotting-style&gt;<br>
       show style data<br>
<br>
 See `plotting styles` for the choices.  If no choice is given, the choices are<br>
 listed.  `show style data` shows the current default data plotting style.<br>
<br>
gnuplot&gt;<br>
<br>
HTH<br>
Tomo<br>
<div><div></div><div class="h5"><br>
<br>
-----Original Message-----<br>
From: <a href="mailto:wien-bounces@zeus.theochem.tuwien.ac.at">wien-bounces@zeus.theochem.tuwien.ac.at</a> [mailto:<a href="mailto:wien-bounces@zeus.theochem.tuwien.ac.at">wien-bounces@zeus.theochem.tuwien.ac.at</a>] On Behalf Of<br>


Tomas Kana<br>
Sent: Friday, July 30, 2010 9:32 PM<br>
To: A Mailing list for WIEN2k users<br>
Subject: Re: [Wien] problem in plotting result by gnuplot<br>
<br>
Hello Donghui,<br>
 The problem is probably not connected with WIEN2k, but with the Gnuplot code<br>
/or better to say in the second line of the file with gnuplot commands).<br>
In order to know more about  how to set terminal in Gnuplot<br>
 Just type<br>
gnuplot<br>
then type<br>
help set<br>
or<br>
help set terminal<br>
and then<br>
quit<br>
 Probably the best solution would be to to copy :rho2  to  myfileRho2<br>
 and in the  myfileRho2 replace the (probably second) line containing<br>
 set term blablablabla<br>
to<br>
 set terminal x11<br>
(this means you want to plot on screen)<br>
Then type<br>
gnuplot -persist  myfileRho2<br>
<br>
   Hope this helps              Tomas<br>
<br>
Dear Wien2k users,<br>
I met problem during plot the result by gnuplot (4.4).<br>
In command line after I input &quot;rhoplot&quot; or &quot;dosplot&quot;, it is replied<br>
&quot;&quot;:rho2&quot; (:dos2), line 2: unrecognized option. See &#39;help set&#39;.&quot;<br>
The problem is I don&#39;t know where can I find the &#39;help set&#39; and resolve it.<br>
Can you generously give me any suggestion?<br>
The wien2k is WIEN2K.10, the compilers I used are ifort and gcc. The OS is<br>
ubuntu 10.04 (AMD64)<br>
Thank you.<br>
Donghui Guo<br>
Tsukuba University<br>
<br>
<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" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
<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" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
</div></div></blockquote></div><br>