Name Date Size #Lines LOC

..--

MakefileH A D25-Apr-2025206 117

README.mdH A D25-Apr-2025699 1511

afl-plot-ui.cH A D25-Apr-20256.4 KiB174122

README.md

1# afl-plot-ui
2
3`afl-plot-ui` is a helper utility for rendering the GNUplot graphs in a GTK window. This allows to real time resizing, scrolling, and cursor positioning features while viewing the graph. This utility also provides options to hide graphs using check buttons.
4
5Currently, this utility is not built by default.
6You can manually build and install `afl-plot-ui` as follows
7
8```shell
9sudo apt install libgtk-3-0 libgtk-3-dev pkg-config
10make
11cd ../../
12sudo make install
13```
14
15*NOTE:* This utility is not meant to be used standalone. Never run this utility directly. Always run [`afl-plot`](../../afl-plot), which will, in turn, invoke this utility (when run using `-g` or `--graphical` flag).