Results 5 comments of ddipp

> Thank you very much for the contribution! > This is indeed quite good and would give access to the superior Gnuplot fit function. > > The problem comes with...

I made small edits. When you request the value of a variable, there may be data in the buffer. They need to reset. Also, after sending the command to gnuplot,...

I also found it very strange: gnuplot does not use stdout. It sends the entire message (data output or error messages) to strerr! It is very uncomfortable. Cannot separate messages...

Wow! Just need to read the documentation. ``` gnuplot> help set print The `set print` command redirects the output of the `print` command to a file. Syntax: set print set...