Root/tornado/fw/sim/p

Source at commit 30c683effd7ab362d1517950700c96cfa09e45e8 created 11 years 3 months ago.
By Werner Almesberger, tornado/fw/sim/p: pass arguments to "alg"; label graphs; better separate "up"
1#!/bin/sh
2./alg "$@" >_out
3gnuplot -persist <<EOF
4set style data lines
5plot "_out" using 1 title "input", \
6  "_out" using 2 title "denoise", \
7  "_out" using 3 title "common", \
8  "_out" using 4 title "diff", \
9  "_out" using (50*\$5-200) lt 7 title "up"
10EOF
11

Archive Download this file

Branches:
master
tornado-v1



interactive