csv_2_plot: add option --source, fix y axis scale

Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
This commit is contained in:
2025-12-09 14:59:23 +09:00
parent 9923365184
commit a5658e3cf3
2 changed files with 45 additions and 14 deletions

View File

@@ -35,7 +35,7 @@ python3 logger.py -u admin -p password -o test.csv 192.168.30.5
#### Plot data
```shell
python3 csv_2_plot.py test.csv plot.png [--type power voltage current]
python3 csv_2_plot.py test.csv plot.png [--type power voltage current] [--source vin main usb]
```
![plot.png](plot.png)