Skip to content
Snippets Groups Projects
Commit a33b8378 authored by chipforge's avatar chipforge
Browse files

[DOC] Rectify R-Square picture

parent 1595f191
No related branches found
No related tags found
No related merge requests found
...@@ -37,16 +37,20 @@ ...@@ -37,16 +37,20 @@
\begin{figure}[h] \begin{figure}[h]
\begin{center} \begin{center}
\begin{tikzpicture}[] \begin{tikzpicture}[]
% front \draw[thick] (0,0) -- (4,0) -- (4,1) -- (0,1) -- cycle; % front
\draw (0,0) -- (4,0) -- (4,1) -- (0,1) -- cycle; \draw[thick] (0,1) -- (2,3) -- (6,3) -- (4,1) -- cycle; % 1st top
% 1st top \draw[thick] (4,0) -- (4,1) -- (6,3) -- (6,2) -- cycle; % 1st boarder
\draw (0,1) -- (2,3) -- (6,3) -- (4,1) -- cycle; \draw[thick] (2,3) -- (4,5) -- (8,5) -- (6,3) -- cycle; % 2nd top
% 1st boarder \draw[thick] (6,3) -- (8,5) -- (8,4) -- (6,2) -- cycle; % 2nd boarder
\draw (4,0) -- (4,1) -- (6,3) -- (6,2) -- cycle; % width
% 2nd top \node at (2,-0.75) {w};
\draw (2,3) -- (4,5) -- (8,5) -- (6,3) -- cycle; \draw[|<->|] (0,-1) -- (4,-1);
% 2nd boarder % length
\draw (6,3) -- (8,5) -- (8,4) -- (6,2) -- cycle; \node at (6.9,2) {l};
\draw[|<->|] (5,-0.3) -- (9,3.7);
% hight
\node at (8.75,4.5) {h};
\draw[|<->|] (9,4) -- (9,5);
\end{tikzpicture} \end{tikzpicture}
\end{center} \end{center}
\end{figure} \end{figure}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment