Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4402
| From | Hans-Bernhard Bröker <HBBroeker@t-online.de> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: GnuPlot problem from C ++ |
| Date | 2021-04-22 23:13 +0200 |
| Message-ID | <iee770Fr305U1@mid.dfncis.de> (permalink) |
| References | <0v238gp11qji3iu4qv4d1mfvtcej541euv@4ax.com> |
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.
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
GnuPlot problem from C ++ Ululì Ululà <ululi@ulu.la> - 2021-04-22 16:45 +0200
Re: GnuPlot problem from C ++ Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2021-04-22 23:13 +0200
Re: GnuPlot problem from C ++ Ululì Ululà <ululi@ulu.la> - 2021-04-23 11:50 +0200
Re: GnuPlot problem from C ++ Juan Humberto Artero Jaimez <artfulel1st@gmail.com> - 2021-05-10 08:19 -0700
csiph-web