xref: /aosp_15_r20/external/AFLplusplus/utils/plot_ui/README.md (revision 08b48e0b10e97b33e7b60c5b6e2243bd915777f2)
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).