aboutsummaryrefslogtreecommitdiff
path: root/content/notes
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-08-04 19:20:20 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-08-04 19:20:20 +0200
commit42a88cbe7af7421cf672c2d11b1f50bf37c31fda (patch)
treebdfc23c07c3271e521fa65c61bdb06d7ee97357c /content/notes
parent5e1e4c7b8c3223e8edc64bedf6f49daa8bcdba24 (diff)
downloadmitjafelicijan.com-42a88cbe7af7421cf672c2d11b1f50bf37c31fda.tar.gz
Update: Styles
Diffstat (limited to 'content/notes')
-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