X-Received: by 2002:a05:600c:4e47:b0:37f:d688:90d1 with SMTP id e7-20020a05600c4e4700b0037fd68890d1mr15023733wmq.18.1646082664280; Mon, 28 Feb 2022 13:11:04 -0800 (PST) X-Received: by 2002:a81:8c9:0:b0:2d7:6801:3fcc with SMTP id 192-20020a8108c9000000b002d768013fccmr22315208ywi.347.1646082663467; Mon, 28 Feb 2022 13:11:03 -0800 (PST) Path: csiph.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!feeder1.cambriumusenet.nl!feed.tweak.nl!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: Mon, 28 Feb 2022 13:11:03 -0800 (PST) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=78.26.151.110; posting-account=5mun7QkAAACcaex5GQjb6FdyBAVZVnnx NNTP-Posting-Host: 78.26.151.110 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: In the Cartesian coordinate system, it is necessary to build 4 graphs on the 1st sheet. From: =?UTF-8?B?0KHQtdGA0LPQtdC5INCh0LDQu9C10L3QutC+?= Injection-Date: Mon, 28 Feb 2022 21:11:04 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.graphics.apps.gnuplot:4459 =D1=87=D0=B5=D1=82=D0=B2=D0=B5=D1=80=D0=B3, 24 =D1=84=D0=B5=D0=B2=D1=80=D0= =B0=D0=BB=D1=8F 2022 =D0=B3. =D0=B2 16:03:03 UTC+2, Marc 'BlackJack' Rintsc= h: > On Thu, 17 Feb 2022 09:04:56 -0800, =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9 = =D0=A1=D0=B0=D0=BB=D0=B5=D0=BD=D0=BA=D0=BE wrote:=20 >=20 > > 1. wrote a program for this, which I saved in a file test_gnu_1.txt:=20 > > [=E2=80=A6] > > 3. On the command line gnuplot I typed load =E2=80=9CE:\ test_gnu _1.gp= =E2=80=9D =E2=80=93=20 > > gnuplot gave an error message. > So you say the file name is `test_gnu_1.txt` but you typed=20 > `load =E2=80=9CE:\ test_gnu _1.gp=E2=80=9D` =E2=80=94 even if we assume y= ou didn't really type=20 > typographical quotes and the file is actually saved on drive `E:` then=20 > there still are two space characters that are not in the name=20 > `test_gnu_1.txt`.=20 >=20 > What about my assumption that you are actually using =E2=80=9Dstraight=E2= =80=9D ASCII=20 > double quotes when typing the command(s) and in the file(s)? I.e. " and= =20 > not =E2=80=9C or =E2=80=9D=E2=80=BD=20 >=20 > Ciao,=20 > Marc 'BlackJack' Rintsch=20 > --=20 > =E2=80=9CDie franz=C3=B6sische =C3=9Cbersetzung f=C3=BCr =C2=BBOffene Dro= genszene=C2=AB=20 > heisst: =C2=BBTour de France=C2=AB.=E2=80=9D -- Gerhard Kocher Good evening Marc =E2=80=98BlackJack=E2=80=99 Rintsch! First of all, thank you very much for your willingness to help me. I followed your instructions as follows 1. In the test_gnu_1.gp file, I replaced =E2=80=9Cstraight=E2=80=9D ASC2 do= uble quotes =E2=80=9C double quotes ``. 2. Now the test_gnu_1.gp file looks like this plot 'E:\x0x10_speed.txt' u 1:2 t ``x=3D0`` w lp pt 1 lc 1, ```` u 1:3 t ``x=3D2`` w lp pt 2 lc 2, ```` u 1:4 t ``x=3D4`` w lp pt 4 lc 3,=20 ```` u 1:5 t ``x=3D10`` w lp pt 6 lc 4 3. With the command load =E2=80=9CE:/ test_gnu_1.gp=E2=80=9D launched for e= xecution. 4. Received an error message line 1: invalid command. 5. May be gnuplot "does not understand" the character encoding in the test_= gnu_1.gp file - I created this file in notepad. I will have a convincing request to you - please download the test_gnu_1.gp= file on your computer. I will send the data file x0x10_speed.txt and the t= est_gnu_1.gp file to your email. Thanks in advance! Sergey