histo2plot.sh
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
histo2plot.sh [2019/11/12 15:13] – created hyjeong | histo2plot.sh [2021/03/17 13:09] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |||
#!/bin/sh | #!/bin/sh | ||
# by Haeyoung Jeong | # by Haeyoung Jeong | ||
- | + | | |
FILENAME=$(basename " | FILENAME=$(basename " | ||
# | # | ||
BASE=${FILENAME/ | BASE=${FILENAME/ | ||
echo "File base: $BASE" | echo "File base: $BASE" | ||
- | + | | |
echo "set term png" > ${BASE}.gp | echo "set term png" > ${BASE}.gp | ||
echo "set output \" | echo "set output \" | ||
Line 17: | Line 16: | ||
echo "set ylabel \" | echo "set ylabel \" | ||
echo "plot \" | echo "plot \" | ||
- | + | | |
gnuplot ${BASE}.gp | gnuplot ${BASE}.gp |
histo2plot.sh.1573539205.txt.gz · Last modified: (external edit)