We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d92f6 commit e538f36Copy full SHA for e538f36
test_scripts/calibration/plot_it.sh
@@ -25,8 +25,10 @@ do
25
echo -n "," >> yrange.py
26
done
27
echo "" >> gnu.plt
28
+
29
echo "]" >> yrange.py
30
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
32
33
echo "set xrange[400:1000]" >> gnu.plt
34
python3 yrange.py >> gnu.plt
0 commit comments