Search found 3 matches

by Roseli_Ap_Leandro
Mon May 15, 2017 7:26 pm
Forum: Graphics, Figures & Tables
Topic: Venn Diagram help
Replies: 3
Views: 2274

Venn Diagram help

The code...

\begin{figure}[h]
% Definition of circles
\def\firstcircle{(0,0) circle (1.5cm)}
\def\secondcircle{(0:2cm) circle (1.5cm)}

\colorlet{circle edge}{blue!50}
\colorlet{circle area}{blue!20}

\tikzset{filled/.style={fill=circle area, draw=circle edge, thick},
outline/.style={draw=circle ...
by Roseli_Ap_Leandro
Mon May 15, 2017 5:39 pm
Forum: Graphics, Figures & Tables
Topic: tree diagram
Replies: 1
Views: 2267

tree diagram

Why in the code below there are overlapping? Thanks

\begin{tikzpicture}[ grow = right, sibling distance = 6em, level distance = 10em, edge from parent/.style = {draw, -latex}, every node/.style = {font=\footnotesize}, sloped ]]
\node {Moeda}
child { node {cara}
child { node { cara }}
child ...
by Roseli_Ap_Leandro
Mon May 15, 2017 5:30 pm
Forum: Graphics, Figures & Tables
Topic: Venn Diagram help
Replies: 3
Views: 2274

Venn Diagram help

How can I draw a rectangle around a Venn Diagram: A \cap B, A \cup B, etc? Thanks