Path: csiph.com!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: GnuPlot problem from C ++ Date: Thu, 22 Apr 2021 23:13:11 +0200 Lines: 12 Message-ID: References: <0v238gp11qji3iu4qv4d1mfvtcej541euv@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: news.dfncis.de 3II5DqUuxjy1snn1y6/3EgWk1ol6/dyL7Hwzobd/x7p4R+098lABEeorUD Cancel-Lock: sha1:RBvqZ5Ut38sBOi2uSUjJssHjaiE= User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 In-Reply-To: <0v238gp11qji3iu4qv4d1mfvtcej541euv@4ax.com> Content-Language: de-DE Xref: csiph.com comp.graphics.apps.gnuplot:4402 Am 22.04.2021 um 16:45 schrieb Ulul� Ulul�: > When I start the program the graph of f(x) does not respect the > information provided to Gnuplot with the string "Frase": for example > the command "unset key" it is not respected as well as the "set grid" > command. Why? Because the pieces of your command string are in the wrong order. You put the cart before the horse. You should really begin by using gnuplot manually for a bit, before you go ahead trying to drive it from another program.