From 42a88cbe7af7421cf672c2d11b1f50bf37c31fda Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 4 Aug 2023 19:20:20 +0200 Subject: Update: Styles --- content/notes/2023-08-01-make-b-w-svg-charts-with-matplotlib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/notes') 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 Example of data being used. -```csv +```text Epoch,Connect (NLB),Processing (NLB),Waiting (NLB),Total (NLB),Connect (ALB),Processing (ALB),Waiting (ALB),Total (ALB) 1,57.7,315.7,309.4,321.6,9,104.4,98.3,105.7 2,121.9,114.4,100.3,176.9,5.8,99.1,97.1,101.1 -- cgit v1.2.3