spot/bench/ltlclasses/plot.gnu
Alexandre Duret-Lutz 98e7e4e49a bench: make ltlcross and ltlclass work again
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.
2017-07-24 13:25:19 +02:00

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"