Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #4459

Re: In the Cartesian coordinate system, it is necessary to build 4 graphs on the 1st sheet.

Newsgroups comp.graphics.apps.gnuplot
Date 2022-02-28 13:11 -0800
References <f0552afc-57dd-486e-a56b-eb66754a864dn@googlegroups.com> <sv836i$cuh$1@dont-email.me>
Message-ID <bae8c90f-e8fc-4845-b2bf-fe509cdf75b5n@googlegroups.com> (permalink)
Subject Re: In the Cartesian coordinate system, it is necessary to build 4 graphs on the 1st sheet.
From Сергей Саленко <sersal8086@gmail.com>

Show all headers | View raw


четверг, 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

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Find similar


Thread

In the Cartesian coordinate system, it is necessary to build 4 graphs on the 1st sheet. Сергей Саленко <sersal8086@gmail.com> - 2022-02-17 09:04 -0800
  Re: In the Cartesian coordinate system, it is necessary to build 4 graphs on the 1st sheet. Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2022-02-17 22:27 +0100
    Re: In the Cartesian coordinate system, it is necessary to build 4 graphs on the 1st sheet. Сергей Саленко <sersal8086@gmail.com> - 2022-02-18 11:09 -0800
      Re: In the Cartesian coordinate system, it is necessary to build 4 graphs on the 1st sheet. Сергей Саленко <sersal8086@gmail.com> - 2022-02-20 12:52 -0800
        Re: In the Cartesian coordinate system, it is necessary to build 4 graphs on the 1st sheet. Сергей Саленко <sersal8086@gmail.com> - 2022-02-20 12:56 -0800
  Re: In the Cartesian coordinate system, it is necessary to build 4 graphs on the 1st sheet. Marc 'BlackJack' Rintsch <marc@rintsch.de> - 2022-02-24 14:02 +0000
    Re: In the Cartesian coordinate system, it is necessary to build 4 graphs on the 1st sheet. Сергей Саленко <sersal8086@gmail.com> - 2022-02-28 13:11 -0800

csiph-web