mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 23:24:01 -06:00
graphstats: Add support for interactive graphs
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
0173bb3f71
commit
8cce3cc8e7
2 changed files with 37 additions and 23 deletions
|
@ -147,7 +147,7 @@ sudo apt-get install python-matplotlib
|
|||
Then graphs can be produced with:
|
||||
|
||||
```
|
||||
~/klipper/scripts/graphstats.py /tmp/klippy.log loadgraph.png
|
||||
~/klipper/scripts/graphstats.py /tmp/klippy.log -o loadgraph.png
|
||||
```
|
||||
|
||||
One can then view the resulting **loadgraph.png** file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue