Skip to content

Commit e538f36

Browse files
committed
Add average title
1 parent d9d92f6 commit e538f36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test_scripts/calibration/plot_it.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ do
2525
echo -n "," >> yrange.py
2626
done
2727
echo "" >> gnu.plt
28+
2829
echo "]" >> yrange.py
2930
echo "print('set yrange['+str(min(a)-0.2)+':'+str(max(a)+0.2)+']')" >> yrange.py
31+
echo "print('set title \\\"Average Calibration', sum(a)/len(a), '\\\"')" >> yrange.py
3032

3133
echo "set xrange[400:1000]" >> gnu.plt
3234
python3 yrange.py >> gnu.plt

0 commit comments

Comments
 (0)