|
12 | 12 | To take advantage of both approaches, I recommend using a violin plot, which combines the benefits of KDE and box plots. |
13 | 13 |
|
14 | 14 | ## Features |
15 | | -- Read CSV file to create violinplot, kdeplot and histgraph images. (CSV file containing data on input latency (ms) with no headers and units, separated by line feeds). |
| 15 | +- Read CSV file to create violinplot image. (CSV file containing data on input latency (ms) with no headers and units, separated by line feeds). |
16 | 16 | - In the input window you can enter a title for the graph, a description of the test and the test environment. These are added to the graph and make the graph more visible. (If left blank, they are omitted.) |
17 | 17 | - Images are saved in the outputs folder. (If the outputs folder does not exist, it will be created automatically.) |
18 | 18 | - Use the graph title and graph type as the file name when saving the image. This ensures that the contents of the graph can be understood from the file name alone. |
|
0 commit comments