Skip to content

Commit 3f9a3e9

Browse files
committed
Update README.md
1 parent e08b87d commit 3f9a3e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
- 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.
2020

2121
## 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)
2323
![preview_violinplot_KDElike_inde](outputs/preview_violinplot_KDElike_inde.png)
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)
2525
![preview_violinplot_KDElike](outputs/preview_violinplot_KDElike.png)
26-
- [violinplot.py](violinplot.py) -> Script to graph input latency data with violinplot
26+
- [violinplot.py](violinplot.py) -> Script for violinplot
2727
![preview_violinplot](outputs/preview_violinplot.png)
2828

2929
## Requirements

0 commit comments

Comments
 (0)