diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-08-04 19:20:20 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-08-04 19:20:20 +0200 |
| commit | 42a88cbe7af7421cf672c2d11b1f50bf37c31fda (patch) | |
| tree | bdfc23c07c3271e521fa65c61bdb06d7ee97357c /content/notes | |
| parent | 5e1e4c7b8c3223e8edc64bedf6f49daa8bcdba24 (diff) | |
| download | mitjafelicijan.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.md | 2 |
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 | ||
| 16 | Example of data being used. | 16 | Example of data being used. |
| 17 | 17 | ||
| 18 | ```csv | 18 | ```text |
| 19 | Epoch,Connect (NLB),Processing (NLB),Waiting (NLB),Total (NLB),Connect (ALB),Processing (ALB),Waiting (ALB),Total (ALB) | 19 | Epoch,Connect (NLB),Processing (NLB),Waiting (NLB),Total (NLB),Connect (ALB),Processing (ALB),Waiting (ALB),Total (ALB) |
| 20 | 1,57.7,315.7,309.4,321.6,9,104.4,98.3,105.7 | 20 | 1,57.7,315.7,309.4,321.6,9,104.4,98.3,105.7 |
| 21 | 2,121.9,114.4,100.3,176.9,5.8,99.1,97.1,101.1 | 21 | 2,121.9,114.4,100.3,176.9,5.8,99.1,97.1,101.1 |
