diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-06-19 14:12:56 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-06-19 21:12:26 -0400 |
commit | 8cce3cc8e79d6bc25f923c4ff16be56496db112e (patch) | |
tree | ce21f3137c544a1ef6ec1bdf9a40371fb24eb013 /docs | |
parent | 0173bb3f71ed899f9a435f3f1c3a0b3b38e8788e (diff) | |
download | kutter-8cce3cc8e79d6bc25f923c4ff16be56496db112e.tar.gz kutter-8cce3cc8e79d6bc25f923c4ff16be56496db112e.tar.xz kutter-8cce3cc8e79d6bc25f923c4ff16be56496db112e.zip |
graphstats: Add support for interactive graphs
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Debugging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Debugging.md b/docs/Debugging.md index 9774a291..6158ec85 100644 --- a/docs/Debugging.md +++ b/docs/Debugging.md @@ -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. |