From ae24d9a8869c497537839f330384cbadb2cf687c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 10:17:43 +0100 Subject: Updated theme --- public/make-b-w-svg-charts-with-matplotlib.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'public/make-b-w-svg-charts-with-matplotlib.html') diff --git a/public/make-b-w-svg-charts-with-matplotlib.html b/public/make-b-w-svg-charts-with-matplotlib.html index 20ddd27..46c9333 100755 --- a/public/make-b-w-svg-charts-with-matplotlib.html +++ b/public/make-b-w-svg-charts-with-matplotlib.html @@ -48,11 +48,11 @@ This is how you get a column data with pandas.

The Python code responsible for # Export as SVG plt.savefig("plot.svg", format="svg") -

SVG Chart

The image above is SVG and you can zoom in and out and check that the image is vector.


Posts from blogs I follow around the net