aboutsummaryrefslogtreecommitdiff
path: root/content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md')
-rw-r--r--content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md b/content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md
index c3fef57..4a8f4f4 100644
--- a/content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md
+++ b/content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md
@@ -15,7 +15,7 @@ pip install pandas
15 15
16Example of data being used. 16Example of data being used.
17 17
18```csv 18```text
19Epoch,Connect (NLB),Processing (NLB),Waiting (NLB),Total (NLB),Connect (ALB),Processing (ALB),Waiting (ALB),Total (ALB) 19Epoch,Connect (NLB),Processing (NLB),Waiting (NLB),Total (NLB),Connect (ALB),Processing (ALB),Waiting (ALB),Total (ALB)
201,57.7,315.7,309.4,321.6,9,104.4,98.3,105.7 201,57.7,315.7,309.4,321.6,9,104.4,98.3,105.7
212,121.9,114.4,100.3,176.9,5.8,99.1,97.1,101.1 212,121.9,114.4,100.3,176.9,5.8,99.1,97.1,101.1