use Gnuplot in c++
Giorgos Keramidas
keramida at ceid.upatras.gr
Fri May 4 00:52:19 EEST 2007
On 2007-05-03 22:38, Nikos Galanis <nvgalanis at gmail.com> wrote:
> > an 8ymame kala otan to eixa kanei anoi3a to gnuplot sas na anoiga
> > ena arxeio gia grapsimo me thn popen (miazei me thn fopen) kai sth
> > synexeia estelna me fprintf
> > [...]
>
> Και γιατί να μην γίνει χρήση ενός απλού csh/bash script? Υπάρχει
> καμιά βιβλιοθήκη που να εκμεταλλεύεται τις δυνατότητες του gnuplot?
> Αυτό πραγματικά θα ήταν πολύ ενδιαφέρον.
>
> Επιμένω πάντως ότι για απλά πράγματα είναι καλύτερο ένα μικρό csh/bash
> script. Εσείς?
<my-version>
keramida> cat lala.plot
#!/usr/bin/env gnuplot
plot 'datafile' using 1:2 with lines
keramida> chmod 0755 ./lala.plot
</my-version>
More information about the Linux-greek-users
mailing list