esex9

curva di riscaldamento con programma scritto con notes rettangolo.dat e richiamato con plot e replot

 

# rettangolo.dat
0	0	
1	1
2	2
3	3
4	4
5	5
6	6	
7	6	6
8	6	6
9	6	6
10	6	6
11	6	6
12	6	6
13	6	6
14	6	6
15	7	7	7
16	8	8	8
17	9	9	9
18 	10	10	10
19	11	11	11
20	12	12	12

variante con inserimento testo ,title

plot 'c:\provagnu\rettangolo.dat' using 1:2 title "" w lines 1

pause -1

replot 'c:\provagnu\rettangolo.dat' using 1:2 title 'solido' w impulses 2

pause -1

replot 'c:\provagnu\rettangolo.dat' using 1:3 title 'solido +liquido' w impulses 3

pause -1

replot 'c:\provagnu\rettangolo.dat' using 1:4 title 'liquido' w impulses 1

pause -1

copiare listato su gnuplot >