|
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 |
| 23 | + |
22 | 24 | - [violinplot_KDElike.py](violinplot_KDElike.py) -> Script to graph input latency data with violinplot |
23 | 25 |  |
24 | 26 | - [violinplot.py](violinplot.py) -> Script to graph input latency data with violinplot |
25 | 27 |  |
26 | | -- [kdeplot.py](kdeplot.py) -> Script to graph input latency data with kdeplot |
27 | | - |
28 | | -- [histgraph_poly.py](histgraph_poly.py) -> Script to graph input latency data with histgraph in poly mode |
29 | | - |
30 | | -- [histgraph_step.py](histgraph_step.py) -> Script to graph input latency data with histgraph in step mode |
31 | | - |
32 | 28 |
|
33 | 29 | ## Requirements |
34 | 30 | - Windows OS(Vista or 8 or later, depending on Python version) |
|
0 commit comments