<![CDATA[Multiwfn forum / GNUplot command prompt]]> - //www.umsyar.com/wfnbbs/viewtopic.php?id=579 Sat, 30 Sep 2023 22:05:21 +0000 FluxBB <![CDATA[Re: GNUplot command prompt]]> //www.umsyar.com/wfnbbs/viewtopic.php?pid=3378#p3378 partha wrote:

Sir, After doing IRI analysis I obtain output .txt then copying IRIscatter.gnu to Gnuplot. then running gnuplot IRIscatter.gnu in GNUPLOT folder. I found gnuplot iriscatter.gnu
         ^
         invalid command
What to do to view IRIscatter .ps.
Yours sincerely,
Partha

It is best to upload your screenshot. I can hardly understand your situation.

]]>
Sat, 30 Sep 2023 22:05:21 +0000 //www.umsyar.com/wfnbbs/viewtopic.php?pid=3378#p3378
<![CDATA[Re: GNUplot command prompt]]> //www.umsyar.com/wfnbbs/viewtopic.php?pid=3377#p3377 Sir, After doing IRI analysis I obtain output .txt then copying IRIscatter.gnu to Gnuplot. then running gnuplot IRIscatter.gnu in GNUPLOT folder. I found gnuplot iriscatter.gnu
         ^
         invalid command
What to do to view IRIscatter .ps.
Yours sincerely,
Partha

]]>
Sat, 30 Sep 2023 13:25:29 +0000 //www.umsyar.com/wfnbbs/viewtopic.php?pid=3377#p3377
<![CDATA[Re: GNUplot command prompt]]> //www.umsyar.com/wfnbbs/viewtopic.php?pid=2623#p2623 Chaitanya wrote:

Thanks a lot prof. Tian Lu issue resolved. I got .ps file
Here i would like to say after getting .ps file you can convert it from online file converter like .ps to pdf format no need to install irfanview and other stuff.

You are right, https://cloudconvert.com/image-converter works well.

]]>
Thu, 11 Aug 2022 03:08:03 +0000 //www.umsyar.com/wfnbbs/viewtopic.php?pid=2623#p2623
<![CDATA[Re: GNUplot command prompt]]> //www.umsyar.com/wfnbbs/viewtopic.php?pid=2620#p2620 Thanks a lot prof. Tian Lu issue resolved. I got .ps file
Here i would like to say after getting .ps file you can convert it from online file converter like .ps to pdf format no need to install irfanview and other stuff.

]]>
Wed, 10 Aug 2022 09:56:27 +0000 //www.umsyar.com/wfnbbs/viewtopic.php?pid=2620#p2620
<![CDATA[Re: GNUplot command prompt]]> //www.umsyar.com/wfnbbs/viewtopic.php?pid=2619#p2619 Chaitanya wrote:

prof. Tian Lu i tried to plot RDG scatter colored plot but not getting .ps file
I followed all steps as shown in your video also i used cmd, here i am attaching error
please help me

https://i.postimg.cc/dZLBRrGK/error.png

Please do not install gnuplot on default path (i.e. C:\Program Files\...)

]]>
Wed, 10 Aug 2022 08:09:56 +0000 //www.umsyar.com/wfnbbs/viewtopic.php?pid=2619#p2619
<![CDATA[Re: GNUplot command prompt]]> //www.umsyar.com/wfnbbs/viewtopic.php?pid=2618#p2618 prof. Tian Lu i tried to plot RDG scatter colored plot but not getting .ps file
I followed all steps as shown in your video also i used cmd, here i am attaching error
please help me

error.png

]]>
Wed, 10 Aug 2022 06:42:42 +0000 //www.umsyar.com/wfnbbs/viewtopic.php?pid=2618#p2618
<![CDATA[Re: GNUplot command prompt]]> //www.umsyar.com/wfnbbs/viewtopic.php?pid=2242#p2242 Dear Louis-Charl,

Please check Section 4.A.14 of Multiwfn manual, you can use a VMD plotting script named showcub.vmd to easily draw very nice isosurface map based on cube file exported by Multiwfn.

Best regards,

Tian

]]>
Sat, 12 Feb 2022 00:53:59 +0000 //www.umsyar.com/wfnbbs/viewtopic.php?pid=2242#p2242
<![CDATA[Re: GNUplot command prompt]]> //www.umsyar.com/wfnbbs/viewtopic.php?pid=2241#p2241 Hi there

What command prompt can I use to generate a high quality image for fukui function or dual descriptor when using VMD?

Thanks in advance

Regards
Louis-Charl

]]>
Fri, 11 Feb 2022 19:10:16 +0000 //www.umsyar.com/wfnbbs/viewtopic.php?pid=2241#p2241
<![CDATA[Re: GNUplot command prompt]]> //www.umsyar.com/wfnbbs/viewtopic.php?pid=2078#p2078 This is content of script file of gnuplot. You should use gnuplot to run it, rather than directly input the path of this script file in cmd window (Windows system opens it using notepad by default). Please carefully check my video tutorial.

]]>
Sun, 07 Nov 2021 07:24:46 +0000 //www.umsyar.com/wfnbbs/viewtopic.php?pid=2078#p2078
<![CDATA[Re: GNUplot command prompt]]> //www.umsyar.com/wfnbbs/viewtopic.php?pid=2077#p2077 set terminal postscript landscape enhanced color 'Helvetica' 20
set encoding iso_8859_1
set output 'RDGscatter.ps'
set key
set ylabel 'RDG (a.u)' font "Helvetica, 20"
set xlabel 'sign({/Symbol l}_2){/Symbol r} (a.u.)' font "Helvetica, 20"
set pm3d map
set palette defined (-0.035 "blue",-0.0075 "green", 0.02 "red")
set format y "%.2f"
set format x "%.2f"
set format cb "%.3f"
set border lw 2
set xtic  -0.05,0.01,0.05 nomirror rotate font "Helvetica"
set ytic   0.0,0.2,2.0 nomirror font "Helvetica"
set cbtic  -0.035,0.005,0.02 nomirror font "Helvetica"
set xrange [-0.05:0.05] 
set yrange [0.0:2.0]
set cbrange [-0.035:0.02]
plot 'output.txt' u 4:5:4 with points pointtype 31 pointsize 0.3 palette t '' 

Above is the information from the notepad file

Regards
Louis-Charl

]]>
Sat, 06 Nov 2021 10:44:21 +0000 //www.umsyar.com/wfnbbs/viewtopic.php?pid=2077#p2077
<![CDATA[Re: GNUplot command prompt]]> //www.umsyar.com/wfnbbs/viewtopic.php?pid=2076#p2076 Louischarlc0 wrote:

I managed to enter the cmd environment now and the command prompt seemed to work but it gives me a notepad file. Should I edit it to get the PS format of the 2D RDGscatter?

I can't quite understand your description. It is best to always upload screenshot so that I can clearly understand your current situation.

]]>
Sat, 06 Nov 2021 10:41:03 +0000 //www.umsyar.com/wfnbbs/viewtopic.php?pid=2076#p2076
<![CDATA[Re: GNUplot command prompt]]> //www.umsyar.com/wfnbbs/viewtopic.php?pid=2075#p2075 I managed to enter the cmd environment now and the command prompt seemed to work but it gives me a notepad file. Should I edit it to get the PS format of the 2D RDGscatter?

Thanks in advance

Regards
Louis-Charl

]]>
Sat, 06 Nov 2021 08:21:20 +0000 //www.umsyar.com/wfnbbs/viewtopic.php?pid=2075#p2075
<![CDATA[Re: GNUplot command prompt]]> //www.umsyar.com/wfnbbs/viewtopic.php?pid=2073#p2073 I can't give you specific advice remotely. So, simply use Powershell or enter cmd in tradition way.

]]>
Fri, 05 Nov 2021 09:21:08 +0000 //www.umsyar.com/wfnbbs/viewtopic.php?pid=2073#p2073
<![CDATA[Re: GNUplot command prompt]]> //www.umsyar.com/wfnbbs/viewtopic.php?pid=2072#p2072 I managed to save it as a .reg file now but is unable to find an entry into the cmd environment

]]>
Fri, 05 Nov 2021 08:16:47 +0000 //www.umsyar.com/wfnbbs/viewtopic.php?pid=2072#p2072
<![CDATA[Re: GNUplot command prompt]]> //www.umsyar.com/wfnbbs/viewtopic.php?pid=2070#p2070 I think the problem I'm encountering is to get it into a .reg file

]]>
Fri, 05 Nov 2021 07:33:42 +0000 //www.umsyar.com/wfnbbs/viewtopic.php?pid=2070#p2070