سلام
وقت بخیر
من این شکل رو با جئوجبرا رسم کردم و کد لاتک اون رو اجرا کردم ولی خروجی مدنظر رو بهم نداد.
این کدی هست که جئوجبرا بهم داد
\documentclass[10pt]{article}
\usepackage{pgf,tikz}
\usetikzlibrary{arrows}
\pagestyle{empty}
\begin{document}
\begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=1.0cm,y=1.0cm]
\clip(-4,-5) rectangle (7,6);
\draw [line width=1pt] (0,5)-- (0,4);
\draw [line width=1pt] (0,4)-- (1,5);
\draw [line width=1pt] (2,5)-- (2,4);
\draw [line width=1pt] (2,4)-- (3,5);
\draw [line width=1pt] (2,4)-- (1,3);
\draw [line width=1pt] (1,3)-- (0,4);
\draw [line width=1pt] (1,3)-- (1,2);
\draw [line width=1pt] (1,2)-- (2,2);
\draw [line width=1pt] (1,2)-- (1,3);
\draw [line width=1pt] (1,2)-- (2,0);
\draw [line width=1pt] (2,0)-- (4,1);
\draw [line width=1pt] (2,0)-- (-1,1);
\draw [line width=1pt] (-1,1)-- (-1,2);
\draw [line width=1pt] (-1,1)-- (-1,2);
\draw [line width=1pt] (-1,2)-- (-1,3);
\draw [line width=1pt] (-1,2)-- (-2,3);
\draw [line width=1pt] (-1,2)-- (-1,3);
\draw [line width=1pt] (-1,2)-- (-2,3);
\draw [line width=1pt] (-1,3)-- (0,4);
\draw [line width=1pt] (-1,3)-- (-1,4);
\draw [line width=1pt] (-2,3)-- (-1,4);
\draw [line width=1pt] (-2,3)-- (-2,4);
\draw [line width=1pt] (-2,3)-- (-2,4);
\draw [line width=1pt] (4,1)-- (4,2);
\draw [line width=1pt] (4,1)-- (4,2);
\draw [line width=1pt] (4,2)-- (5,3);
\draw [line width=1pt] (4,2)-- (4,3);
\draw [line width=1pt] (4,2)-- (4,3);
\draw [line width=1pt] (5,3)-- (5,4);
\draw [line width=1pt] (5,3)-- (5,4);
\draw [line width=1pt] (5,3)-- (5,4);
\draw [line width=1pt] (4,3)-- (4,4);
\draw [line width=1pt] (4,3)-- (3,4);
\draw [line width=1pt] (2,0)-- (2,-1);
\draw [line width=1pt] (2,-1)-- (2,-2);
\draw [line width=1pt] (2,-2)-- (2,-3);
\draw [line width=1pt] (2,-3)-- (2,-4);
\draw [line width=1pt] (2,-4)-- (2,-5);
\begin{scriptsize}
\fill [color=black] (0,5) circle (2.0pt);
\fill [color=black] (0,4) circle (2.0pt);
\fill [color=black] (1,5) circle (2.0pt);
\fill [color=black] (2,5) circle (2.0pt);
\fill [color=black] (2,4) circle (2.0pt);
\fill [color=black] (3,5) circle (2.0pt);
\fill [color=black] (1,3) circle (2.0pt);
\fill [color=black] (1,2) circle (2.0pt);
\fill [color=black] (2,2) circle (2.0pt);
\fill [color=black] (1,3) circle (2.0pt);
\fill [color=black] (2,0) circle (2.0pt);
\fill [color=black] (4,1) circle (2.0pt);
\fill [color=black] (-1,1) circle (2.0pt);
\fill [color=black] (-1,2) circle (2.0pt);
\fill [color=black] (-1,2) circle (2.0pt);
\fill [color=black] (-1,3) circle (2.0pt);
\fill [color=black] (-2,3) circle (2.0pt);
\fill [color=black] (-1,3) circle (2.0pt);
\fill [color=black] (-2,3) circle (2.0pt);
\fill [color=black] (0,4) circle (2.0pt);
\fill [color=black] (-1,4) circle (2.0pt);
\fill [color=black] (-1,4) circle (2.0pt);
\fill [color=black] (-2,4) circle (2.0pt);
\fill [color=black] (-2,4) circle (2.0pt);
\fill [color=black] (4,2) circle (2.0pt);
\fill [color=black] (4,2) circle (2.0pt);
\fill [color=black] (5,3) circle (2.0pt);
\fill [color=black] (4,3) circle (2.0pt);
\fill [color=black] (4,3) circle (2.0pt);
\fill [color=black] (5,4) circle (2.0pt);
\fill [color=black] (5,4) circle (2.0pt);
\fill [color=black] (5,4) circle (2.0pt);
\fill [color=black] (4,4) circle (2.0pt);
\fill [color=black] (3,4) circle (2.0pt);
\fill [color=black] (2,-1) circle (2.0pt);
\fill [color=black] (2,-2) circle (2.0pt);
\fill [color=black] (2,-3) circle (2.0pt);
\fill [color=black] (2,-4) circle (2.0pt);
\fill [color=black] (2,-5) circle (2.0pt);
\end{scriptsize}
\end{tikzpicture}
\end{document}
اینم خروجی تک هست
فایل جئوجبرا رو هم ضمیمه کردم. ممنون میشم کمک کنید.