\documentclass{article}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage{tikz,amsmath}
\usetikzlibrary{arrows}%
\usepackage[np,autolanguage]{numprint}
\begin{document}
\begin{tikzpicture}%
\draw[step=1cm,black,thin](0,0) grid (5,5);%\foreach \x in{0,1,...,5}{ \node [anchor=north] at (\x,-0.2){0.0};}%\foreach \y in{0,1,...,5}{ \node [anchor=east] at (-0.2,\y){\y};}
\node at (-0.5,0){0.0};
\node at (-0.5,1){0.2};
\node at (-0.5,2){0.4};
\node at (-0.5,3){0.6};
\node at (-0.5,4){0.8};
\node at (-0.5,5){1.0};
\node at (0,-0.5){0.0};
\node at (1,-0.5){0.2};
\node at (2,-0.5){0.4};
\node at (3,-0.5){0.6};
\node at (4,-0.5){0.8};
\node at (5,-0.5){1.0};
\draw [fill=black, thin](0.5,2.5) circle [radius=0.05];
\draw [fill=black, thin](1.5,0.5) circle [radius=0.05];
\draw [fill=black, thin](2.5,4.5) circle [radius=0.05];
\draw [fill=black, thin](3.5,1.5) circle [radius=0.05];
\draw [fill=black, thin](4.5,3.5) circle [radius=0.05];
\end{tikzpicture}%
\end{document}
ما أريد فعله هو إدراج جدول بأرقام على جانبيه الأسفل والجانبي، مع إضافة نقط سوداء في بعض الخانات، فكيف أفعل ذلك؟
السؤال
K@m@l
لدي هذا الكود على LaTeX:
ما أريد فعله هو إدراج جدول بأرقام على جانبيه الأسفل والجانبي، مع إضافة نقط سوداء في بعض الخانات، فكيف أفعل ذلك؟
1 جواب على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.