From fc5025b5a67cea75277e5e2df8bef011bfd46af4 Mon Sep 17 00:00:00 2001 From: Grzegorz Latosinski Date: Wed, 21 Sep 2022 14:53:13 +0200 Subject: [PATCH] [#37192] README: Added list of supported formats Signed-off-by: Grzegorz Latosinski --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3f86c07..e1b4eb7 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,14 @@ $ ./sargraph.py example plot plot.ascii ``` The command requires the `example.txt` log file to be present in the working directory. +## Supported formats + +Plots can be saved in: + +* `png` format +* `svg` format +* `ascii` format - plot is rendered to text file that can be displayed in terminal + ## Stopping a session Stop a session and create a final `plot.png` plot file if no other plot was created so far: ```