четверг, 24 февраля 2022 г. в 16:03:03 UTC+2, Marc 'BlackJack' Rintsch:
On Thu, 17 Feb 2022 09:04:56 -0800, Сергей Саленко wrote:
1. wrote a program for this, which I saved in a file test_gnu_1.txt:
[…]
3. On the command line gnuplot I typed load “E:\ test_gnu _1.gp” – gnuplot gave an error message.
So you say the file name is `test_gnu_1.txt` but you typed
`load “E:\ test_gnu _1.gp”` — even if we assume you didn't really type typographical quotes and the file is actually saved on drive `E:` then
there still are two space characters that are not in the name `test_gnu_1.txt`.
What about my assumption that you are actually using ”straight” ASCII double quotes when typing the command(s) and in the file(s)? I.e. " and
not “ or ”‽
Ciao,
Marc 'BlackJack' Rintsch
--
“Die französische Übersetzung für »Offene Drogenszene«
heisst: »Tour de France«.” -- Gerhard Kocher
Good evening Marc ‘BlackJack’ 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 “straight” ASC2 double quotes “ double quotes ``.
2. Now the test_gnu_1.gp file looks like this
plot 'E:\x0x10_speed.txt' u 1:2 t ``x=0`` w lp pt 1 lc 1,
```` u 1:3 t ``x=2`` w lp pt 2 lc 2,
```` u 1:4 t ``x=4`` w lp pt 4 lc 3,
```` u 1:5 t ``x=10`` w lp pt 6 lc 4
3. With the command load “E:/ test_gnu_1.gp” launched for execution. 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 test_gnu_1.gp file to your email.
Thanks in advance! Sergey
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)