latex-pictures

A collection of TikZ drawings and other images 🖌️

mobius.tikz (2537B)

 1 % This picture represents the Mobius strip
 2 % Copyright Pablo (C) 2021
 3 \begin{tikzpicture}[y=.4pt, x=.4pt]
 4 \draw (0.3750,94.8557) .. controls (0.3750,118.2940) and (18.2610,128.9391) 
 5                        .. (18.2610,128.9391) 
 6                        .. controls (18.2610,128.9391) and (100.4215,189.9374) 
 7                        .. (108.0803,192.4671) 
 8                        .. controls (115.7391,194.9968) and (133.1027,196.1368) 
 9                        .. (155.5078,192.5264) 
10                        .. controls (177.9130,188.9160) and (216.1559,174.9892) 
11                        .. (227.9735,172.1608) 
12                        .. controls (239.7910,169.3324) and (263.2421,163.9249) 
13                        .. (266.0229,163.1687) 
14                        .. controls (268.8038,162.4126) and (281.6012,158.5692) 
15                        .. (285.4151,147.2840) 
16                        .. controls (289.2289,135.9988) and (305.4271,66.9205) 
17                        .. (305.4271,64.6198) 
18                        .. controls (305.4271,62.3190) and (308.4490,49.2497) 
19                        .. (297.1977,37.7280) 
20                        .. controls (285.9463,26.2063) and (253.1688,11.1757) 
21                        .. (238.1181,7.5004) 
22                        .. controls (223.0674,3.8252) and (181.1675,-4.4643) 
23                        .. (139.7209,4.1781) 
24                        .. controls (98.2743,12.8205) and (45.1991,41.1365) 
25                        .. (25.2434,53.9603) 
26                        .. controls (5.2876,66.7840) and (0.3753,83.9002) 
27                        .. (0.3750,94.8557) 
28                        -- cycle;
29 
30 \draw (25.2346,53.9597) .. controls (25.2346,53.9597) and (51.5362,38.8097) 
31                         .. (69.5976,38.8097) 
32                         .. controls (114.8245,38.8097) and (165.6800,41.2423) 
33                         .. (233.5759,89.8457) 
34                         .. controls (291.8650,131.5720) and (285.4160,147.2882) 
35                         .. (285.4160,147.2882);
36 
37 \draw (18.2610,128.9391) .. controls (37.1485,143.1315) and (52.2382,142.9063) 
38                          .. (56.2468,142.9063) 
39                          .. controls (124.3626,142.9063) and (193.5770,87.8758) 
40                          .. (225.7207,87.8758) 
41                          .. controls (229.1642,87.8758) and (233.6249,89.8426) 
42                          .. (233.6249,89.8426);
43 
44 \draw (69.5541,38.8315) .. controls (69.5541,38.8315) and (30.1077,87.1975) 
45                         .. (56.3111,142.7452);
46 \end{tikzpicture}