11### PythonGen_SVGImage
2- ![ Python Version] ( https://img.shields.io/badge/Python-3-blue )
32
4- Scalable Vector Graphics(SVG) is a xml image format. <br />
5- Unlike the raster format, it never reduces clarity no matter how much you zoom it.<br />
6- These are interesting SVG images generated by using python. <br />
7- Reference: https://en.wikipedia.org/wiki/Scalable_Vector_Graphics <br />
8- SVG: https://www.w3.org/Graphics/SVG/
9- <br />
10- <br />
11- 12- Practical data visualization resources: <br />
13- https://en.wikipedia.org/wiki/Data_visualization <br />
14- https://www.visualcinnamon.com/ <br />
15- https://www.hongkiat.com/blog/svg-animations/ <br />
16- https://informationisbeautiful.net/ <br />
17- https://datavizproject.com/ <br />
3+ Python generator for SVG. <br />
184
195
206#### SVG coordinate system <br />
@@ -32,14 +18,26 @@ https://datavizproject.com/ <br/>
3218| <img src =" images/pointsLine6.svg " width =" 200 " height =" 200 " />| <img src =" images/pointsLine7.svg " width =" 200 " height =" 200 " />|
3319|<img src =" images/lingGraphic11.svg " width =" 200 " height =" 200 " />|<img src =" images/lingGraphic12.svg " width =" 200 " height =" 200 " />
3420| <img src =" images/lingGraphic14.svg " width =" 200 " height =" 200 " />| <img src =" images/poem1.svg " width =" 200 " height =" 200 " />|
35- | <img src =" images/poem2 .svg " width =" 200 " height =" 200 " />| <img src =" images/text1.svg " width =" 200 " height =" 200 " />|
21+ | <img src =" images/Socrates .svg " width =" 200 " height =" 200 " />| <img src =" images/text1.svg " width =" 200 " height =" 200 " />|
3622| <img src =" images/anim_circle2.svg " width =" 200 " height =" 200 " />| <img src =" images/anim_circle3.svg " width =" 200 " height =" 200 " />|
3723| <img src =" images/anim_circle6.svg " width =" 200 " height =" 200 " />| <img src =" images/anim_8.svg " width =" 200 " height =" 200 " />|
3824| <img src =" images/animation_8.svg " width =" 200 " height =" 200 " />| <img src =" images/lineGraphic20.svg " width =" 200 " height =" 200 " />|
3925| <img src =" images/dataFrame3.svg " width =" 200 " height =" 120 " />| <img src =" images/dataFrame4.svg " width =" 200 " height =" 120 " />|
40- | <img src =" images/Nietzsche.svg " width =" 200 " height =" 200 " />| <img src =" images/KarlPopper.svg " width =" 200 " height =" 200 " />|
4126| <img src =" images/svgPath10.svg " width =" 200 " height =" 200 " />| <img src =" images/svgPath12.svg " width =" 200 " height =" 200 " />|
4227| <img src =" images/pointsLine10-1.svg " width =" 200 " height =" 200 " />| <img src =" images/pointsLine10-2.svg " width =" 200 " height =" 200 " />|
4328| <img src =" images/pointsLine10-23.svg " width =" 200 " height =" 200 " />| <img src =" images/pointsLine11.svg " width =" 200 " height =" 200 " />|
4429| <img src =" images/pointsLine12-1.svg " width =" 200 " height =" 200 " />| <img src =" images/pointsLine12-2.svg " width =" 200 " height =" 200 " />|
4530| <img src =" images/pointsLine13.svg " width =" 200 " height =" 200 " />||
31+ 32+ Rerferences <br />
33+ WiKi: https://en.wikipedia.org/wiki/Scalable_Vector_Graphics <br />
34+ SVG: https://www.w3.org/Graphics/SVG/
35+ <br />
36+ <br />
37+ 38+ Practical data visualization resources: <br />
39+ https://en.wikipedia.org/wiki/Data_visualization <br />
40+ https://www.visualcinnamon.com/ <br />
41+ https://www.hongkiat.com/blog/svg-animations/ <br />
42+ https://informationisbeautiful.net/ <br />
43+ https://datavizproject.com/ <br />
0 commit comments