Skip to content

Commit a33b837

Browse files
author
chipforge
committed
[DOC] Rectify R-Square picture
1 parent 1595f19 commit a33b837

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

Documents/LaTeX/principle-rsquare.tex

+14-10
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,20 @@
3737
\begin{figure}[h]
3838
\begin{center}
3939
\begin{tikzpicture}[]
40-
% front
41-
\draw (0,0) -- (4,0) -- (4,1) -- (0,1) -- cycle;
42-
% 1st top
43-
\draw (0,1) -- (2,3) -- (6,3) -- (4,1) -- cycle;
44-
% 1st boarder
45-
\draw (4,0) -- (4,1) -- (6,3) -- (6,2) -- cycle;
46-
% 2nd top
47-
\draw (2,3) -- (4,5) -- (8,5) -- (6,3) -- cycle;
48-
% 2nd boarder
49-
\draw (6,3) -- (8,5) -- (8,4) -- (6,2) -- cycle;
40+
\draw[thick] (0,0) -- (4,0) -- (4,1) -- (0,1) -- cycle; % front
41+
\draw[thick] (0,1) -- (2,3) -- (6,3) -- (4,1) -- cycle; % 1st top
42+
\draw[thick] (4,0) -- (4,1) -- (6,3) -- (6,2) -- cycle; % 1st boarder
43+
\draw[thick] (2,3) -- (4,5) -- (8,5) -- (6,3) -- cycle; % 2nd top
44+
\draw[thick] (6,3) -- (8,5) -- (8,4) -- (6,2) -- cycle; % 2nd boarder
45+
% width
46+
\node at (2,-0.75) {w};
47+
\draw[|<->|] (0,-1) -- (4,-1);
48+
% length
49+
\node at (6.9,2) {l};
50+
\draw[|<->|] (5,-0.3) -- (9,3.7);
51+
% hight
52+
\node at (8.75,4.5) {h};
53+
\draw[|<->|] (9,4) -- (9,5);
5054
\end{tikzpicture}
5155
\end{center}
5256
\end{figure}

0 commit comments

Comments
 (0)