They were not updated since we moved binaries around in Spot 2.0. Let them use ltl2tgba directly. * bench/ltlclasses/plot.gnu, bench/ltlclasses/run, bench/ltlcounter/plot.gnu, bench/ltlcounter/run: Adjust.
41 lines
1.3 KiB
Gnuplot
41 lines
1.3 KiB
Gnuplot
set terminal postscript eps enhanced color
|
|
set ytics nomirror
|
|
set y2tics auto
|
|
set ylabel "states"
|
|
set y2label "seconds"
|
|
set key left top
|
|
|
|
set output 'resultsalpha.fm.eps'
|
|
|
|
plot 'resultsalpha.fm' using 1:4 '%lf,%lf,%lf,%lf' \
|
|
with filledcurve x1 title "Translation Time" axes x1y2, \
|
|
'resultsalpha.fm' using 1:2 '%lf,%lf,%lf,%lf' \
|
|
with lines title "States"
|
|
|
|
set output 'resultsbeta.fm.eps'
|
|
|
|
plot 'resultsbeta.fm' using 1:4 '%lf,%lf,%lf,%lf' \
|
|
with filledcurve x1 title "Translation Time" axes x1y2, \
|
|
'resultsbeta.fm' using 1:2 '%lf,%lf,%lf,%lf' \
|
|
with lines title "States"
|
|
|
|
set output 'resultsbeta-prime.fm.eps'
|
|
|
|
plot 'resultsbeta-prime.fm' using 1:4 '%lf,%lf,%lf,%lf' \
|
|
with filledcurve x1 title "Translation Time" axes x1y2, \
|
|
'resultsbeta-prime.fm' using 1:2 '%lf,%lf,%lf,%lf' \
|
|
with lines title "States"
|
|
|
|
set output 'resultsphi.fm.eps'
|
|
|
|
plot 'resultsphi.fm' using 1:4 '%lf,%lf,%lf,%lf' \
|
|
with filledcurve x1 title "Translation Time" axes x1y2, \
|
|
'resultsphi.fm' using 1:2 '%lf,%lf,%lf,%lf' \
|
|
with lines title "States"
|
|
|
|
set output 'resultsxi.fm.eps'
|
|
|
|
plot 'resultsxi.fm' using 1:4 '%lf,%lf,%lf,%lf' \
|
|
with filledcurve x1 title "Translation Time" axes x1y2, \
|
|
'resultsxi.fm' using 1:2 '%lf,%lf,%lf,%lf' \
|
|
with lines title "States"
|