diff options
Diffstat (limited to '_posts/2023-08-01-make-b-w-svg-charts-with-matplotlib.md')
| -rw-r--r-- | _posts/2023-08-01-make-b-w-svg-charts-with-matplotlib.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2023-08-01-make-b-w-svg-charts-with-matplotlib.md b/_posts/2023-08-01-make-b-w-svg-charts-with-matplotlib.md index 6e1fa14..461842d 100644 --- a/_posts/2023-08-01-make-b-w-svg-charts-with-matplotlib.md +++ b/_posts/2023-08-01-make-b-w-svg-charts-with-matplotlib.md | |||
| @@ -66,6 +66,6 @@ legend.get_frame().set_linewidth(0) | |||
| 66 | plt.savefig("plot.svg", format="svg") | 66 | plt.savefig("plot.svg", format="svg") |
| 67 | ``` | 67 | ``` |
| 68 | 68 | ||
| 69 |  | 69 | {:loading="lazy"} |
| 70 | 70 | ||
| 71 | The image above is SVG and you can zoom in and out and check that the image is vector. | 71 | The image above is SVG and you can zoom in and out and check that the image is vector. |
