Re: Gnuplot, datafiles–>colori differenti

#34484
Up
0
Down
::

Prova con questo script:
`reset
set grid
show grid
set xlabel 'Distance [m]' 0,0 font 'Arial, 10'
set ylabel 'Fluxes [m]' 0,0 font 'Arial, 10'
set title 'Fluxes' font 'Arial, 12'
set xrange [0:60]
set yrange [0:20]

set style data lines

plot 'C:\Users\Computador\Desktop\Tesi\Risultati\prova.txt' index 0 using 1:2, '' index 1 using 1:2

set terminal postscript eps
set output 'C:\Users\Computador\Desktop\Tesi\Risultati\sin.eps'
replot
`
I comandi che ho aggiunto sono in rosso, ho eliminato il comando save perché è sicuramente inutile, forse anche dannoso.

Ciao
Matteo

Ottimo!
😉
LuCa

Go to top