Added «what is a venn diagram»
This commit is contained in:
parent
98790396f9
commit
6b99c5d4c5
@ -79,6 +79,7 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Let's draw circles! %%%%%%%%%%%%%%%%%%%%%%
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{decorations,decorations.text}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
@ -118,14 +119,21 @@ All contents \copyright2025 Kenneth John Odle
|
||||
|
||||
|
||||
\section{What Is a Venn Diagram?}
|
||||
\bigskip
|
||||
|
||||
\begin{center}
|
||||
\scalebox{0.8}{ % begin scalebox
|
||||
\begin{tikzpicture}
|
||||
\draw (0,2) circle (4);
|
||||
\draw [postaction={decorate, decoration={text along path, raise=8pt, text color=blue, text align={align=right, right indent=23mm}, text={|\LARGE|Venn Diagram of Venn Diagrams||}, reverse path, }}] (0,2) circle (4) ;
|
||||
\draw (2,-2) circle (4);
|
||||
\draw (-2,-2) circle (4);
|
||||
\node[align=center, text width=2cm, scale=1.4] at (0,-0.5) {Venn Digrams};
|
||||
\node[align=center, text width=2cm, scale=1.4] at (0, -0.5) {Venn Digrams};
|
||||
\node[align=center, text width=2cm, scale=2.0] at (0, 3.5) { Circles};
|
||||
\node[align=center, text width=2cm, scale=2.0] at (-4, -2.05) {Infor-\\mation};
|
||||
\node[align=center, text width=2cm, scale=2.0] at (4, -2.5) {Things that Overlap};
|
||||
\node[align=center, text width=1cm, scale=1.2] at (-2.4, 0.8) {Pie Charts};
|
||||
\node[align=center, text width=1cm, scale=1.2] at (2.4, 0.8) {Ellipses};
|
||||
\node[align=center, text width=1.5cm, scale=1.2] at (0, -3.0) {Redundancies};
|
||||
\end{tikzpicture}
|
||||
} % end scalebox
|
||||
\end{center}
|
||||
|
Loading…
Reference in New Issue
Block a user