Option to have stats on graph or not

This commit is contained in:
2026-02-27 17:55:12 +01:00
parent 35ca52fd84
commit 2f7924e580
2 changed files with 15 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
echo "Loading data from file"
./infocalc.py DATA testdata.csv data1 0.9 1.1
./infocalc.py DATA testdata.csv data1 0.9 1.1 --graphinfo
echo "Creating simulated curve from parameters"
./infocalc.py SIM 8 1.0 0.5 0.9 1.1