codekasten/PGAss/gnuplot.prop

13 lines
357 B
Plaintext

set title "PyGnuplotAssistant";
set data style lines;
set xlabel "";
set ylabel "";
set autoscale
set grid
set key
set nologscale x
set nologscale y
# ___insert your plot here___
#e.g.: plot "mydata.file" using 2:5
plot "templog" every 2::0 using 7 smooth unique title 'Fensterbank' , "templog" every 2::1 using 7 smooth unique title'Kernschmelze'
pause 1