X-Received: by 2002:a5d:47ce:0:b0:1e8:88b7:446a with SMTP id o14-20020a5d47ce000000b001e888b7446amr3045114wrc.459.1645117497792; Thu, 17 Feb 2022 09:04:57 -0800 (PST) X-Received: by 2002:a25:d792:0:b0:624:c76:e824 with SMTP id o140-20020a25d792000000b006240c76e824mr3327508ybg.343.1645117497146; Thu, 17 Feb 2022 09:04:57 -0800 (PST) Path: csiph.com!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.128.87.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Thu, 17 Feb 2022 09:04:56 -0800 (PST) Injection-Info: google-groups.googlegroups.com; posting-host=78.26.151.116; posting-account=5mun7QkAAACcaex5GQjb6FdyBAVZVnnx NNTP-Posting-Host: 78.26.151.116 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: In the Cartesian coordinate system, it is necessary to build 4 graphs on the 1st sheet. From: =?UTF-8?B?0KHQtdGA0LPQtdC5INCh0LDQu9C10L3QutC+?= Injection-Date: Thu, 17 Feb 2022 17:04:57 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.graphics.apps.gnuplot:4453 Good evening! I am a new user gnuplot, so please help me. Formulation of the problem. In the Cartesian coordinate system, it is necessary to build 4 graphs on th= e 1st sheet. 1. I wrote a program for this, which I saved in a file test_gnu_1.txt: set border 3 set xtics nomirror set ytics nomirror set xzeroaxis line type -1 set grid plot =E2=80=9CE:\x0x10_speed.txt=E2=80=9D u 1:2 t =E2=80=9Cx=3D0=E2=80=9D w= lp pt 1 lc 1, =E2=80=9C=E2=80=9D u 1:3 t =E2=80=9Cx=3D2=E2=80=9D w lp pt 2 lc 2, =E2=80=9C=E2=80=9D u 1:4 t =E2=80=9Cx=3D4=E2=80=9D w lp pt 4 lc 3, =E2=80=9C=E2=80=9D u 1:5 t =E2=80=9Cx=3D10=E2=80=9D w lp pt 6 lc 4 2. In the editor NOTEPAD , save this file with the extension .gp : test_gnu= _1.gp. 3. On the command line gnuplot I typed load =E2=80=9CE:\ test_gnu _1.gp=E2= =80=9D =E2=80=93 gnuplot gave an error message. 4. Then I did the following experiment 4.1. On the command line gnuplot I typed plot =E2=80=9CE:\x0x10_speed.txt=E2=80=9D u 1:2 t =E2=80=9Cx=3D0=E2=80=9D w= lp pt 1 lc 1, =E2=80=9C=E2=80=9D u 1:3 t =E2=80=9Cx=3D2=E2=80=9D w lp pt 2 lc 2, =E2=80=9C=E2=80=9D u 1:4 t =E2=80=9Cx=3D4=E2=80=9D w lp pt 4 lc 3, =E2=80=9C=E2=80=9D u 1:5 t =E2=80=9Cx=3D10=E2=80=9D w lp pt 6 lc 4 Gnuplot drew graphs. 4.2. Left only command 4.1 in the file test_gnu _1.gp and on the command li= ne gnuplot I typed load =E2=80=9CE:\ test_gnu _1.gp=E2=80=9D =E2=80=93 gnu= plot gave an error message. Conclusion: gnuplot does not "understand" file test_gnu _1.gp. I have 64b. computer and OS Windows 10. Gnuplot version 5.2, patchlevel 2, = terminal type =E2=80=98windows=E2=80=99, encoding =E2=80=98cp 1251=E2=80=99= . Thanks in advance for your help and with the hope of understanding . Sergey