File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ As violinplot is a fusion of KDE and boxplot, I recommend using violinplot as it
10
10
11
11
## Contents
12
12
- [ violinplot.py] ( violinplot.py ) -> Script to graph input latency data with violinplot
13
- ![ preview_violinplot] ( images\ preview_violinplot.png )
13
+ ![ preview_violinplot] ( images/ preview_violinplot.png )
14
14
- [ histgraph_step.py] ( histgraph_step.py ) -> Script to graph input latency data with histgraph in step mode
15
- ![ preview_step] ( images\ preview_histgraph_step.png )
15
+ ![ preview_step] ( images/ preview_histgraph_step.png )
16
16
- [ histgraph_poly.py] ( histgraph_poly.py ) -> Script to graph input latency data with histgraph in poly mode
17
- ![ preview_poly] ( images\ preview_histgraph_poly.png )
17
+ ![ preview_poly] ( images/ preview_histgraph_poly.png )
18
18
- [ kdeplot.py] ( kdeplot.py ) -> Script to graph input latency data with kdeplot
19
- ![ preview_kdeplot] ( images\ preview_kdeplot.png )
19
+ ![ preview_kdeplot] ( images/ preview_kdeplot.png )
20
20
21
21
## requisite
22
22
- csv file containing data on input latency(ms) with no headers and units, separated by line feeds
You can’t perform that action at this time.
0 commit comments