Adjustments to Venn diagram
This commit is contained in:
parent
8708dc188f
commit
3c495508ae
@ -358,19 +358,19 @@ Technical writing—that is, writing instruction manuals and work instructions a
|
||||
\begin{center}
|
||||
\scalebox{0.8}{ % begin scalebox
|
||||
\begin{tikzpicture}
|
||||
\draw (0,0) ellipse (50mm and 15mm);
|
||||
\draw (0,0) ellipse (15mm and 50mm);
|
||||
\draw[rotate around={45:(0,0)}] (0,0) ellipse (15mm and 50mm);
|
||||
\draw[rotate around={45:(0,0)}] (0,0) ellipse (50mm and 15mm);
|
||||
\draw (0,0) ellipse (60mm and 15mm);
|
||||
\draw (0,0) ellipse (15mm and 60mm);
|
||||
\draw[rotate around={45:(0,0)}] (0,0) ellipse (15mm and 60mm);
|
||||
\draw[rotate around={45:(0,0)}] (0,0) ellipse (60mm and 15mm);
|
||||
\node[align=center, text width=2cm, scale=1.4] at (0,0) {Technical Writing};
|
||||
\node[align=center, text width=2cm, scale=0.8] at (0,3.5) {Things I'm Good At};
|
||||
\node[align=center, text width=2cm, scale=0.8] at (0,-3.5) {People Will Pay You To Do This};
|
||||
\node[align=center, text width=2cm, scale=0.8] at (3.5,0) {Things That Don't Bore Me};
|
||||
\node[align=center, text width=2cm, scale=0.8] at (-3.5,0) {Not Entirely Selling My Soul};
|
||||
\node[align=center, text width=2cm, scale=0.8] at (2.5,2.5) {Teaching};
|
||||
\node[align=center, text width=2cm, scale=0.8] at (-2.5,2.5) {Something I Like Doing};
|
||||
\node[align=center, text width=2cm, scale=0.8] at (2.5,-2.5) {Writing};
|
||||
\node[align=center, text width=2cm, scale=0.8] at (-2.5,-2.5) {Improving People's Lives};
|
||||
\node[align=center, text width=2cm, scale=0.9] at (0,4) {Things I'm Good At};
|
||||
\node[align=center, text width=2cm, scale=0.9] at (0,-4) {Things People Will Pay You To Do};
|
||||
\node[align=center, text width=2cm, scale=0.9] at (4,0) {Things That Don't Bore Me};
|
||||
\node[align=center, text width=2cm, scale=0.9] at (-4,0) {Things That Don't Make Me to Sell my Soul};
|
||||
\node[align=center, text width=2cm, scale=0.9] at (2.7, 2.7) {Teaching};
|
||||
\node[align=center, text width=2cm, scale=0.9] at (-2.7, 2.7) {Something I Like Doing};
|
||||
\node[align=center, text width=2cm, scale=0.9] at (2.7,-2.7) {Writing};
|
||||
\node[align=center, text width=2cm, scale=0.9] at (-2.7,-2.7) {Helping People};
|
||||
\end{tikzpicture}
|
||||
} % end scalebox
|
||||
\end{center}
|
||||
|
Loading…
Reference in New Issue
Block a user