|
19 | 19 | - Automatically append a 4-digit number to the end of the filename of the image. If the same file name exists, the 4-digit number is changed to avoid overwriting. |
20 | 20 |
|
21 | 21 | ## Contents |
22 | | -- [violinplot_KDElike_inde.py](violinplot_KDElike_inde.py) -> Script to graph input latency data with violinplot |
| 22 | +- [violinplot_KDElike_inde.py](violinplot_KDElike_inde.py) -> Script for violinplot with split(good for 3 or more files) |
23 | 23 |  |
24 | | -- [violinplot_KDElike.py](violinplot_KDElike.py) -> Script to graph input latency data with violinplot |
| 24 | +- [violinplot_KDElike.py](violinplot_KDElike.py) -> Script for violinplot with split, overlap(good for 2 files) |
25 | 25 |  |
26 | | -- [violinplot.py](violinplot.py) -> Script to graph input latency data with violinplot |
| 26 | +- [violinplot.py](violinplot.py) -> Script for violinplot |
27 | 27 |  |
28 | 28 |
|
29 | 29 | ## Requirements |
|
0 commit comments