Make hasse nodes white
This commit is contained in:
parent
5a0cd8d1ca
commit
f7da45a38b
|
@ -1,5 +1,5 @@
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}
|
||||||
\tikzset{every node/.style={shape=circle,draw,inner sep=2pt}}
|
\tikzset{every node/.style={shape=circle,draw,fill=white,inner sep=2pt}}
|
||||||
|
|
||||||
%CONTENT
|
%CONTENT
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}
|
||||||
\tikzset{every node/.style={shape=circle,draw,inner sep=2pt}}
|
\tikzset{every node/.style={shape=circle,draw,fill=white,inner sep=2pt}}
|
||||||
|
|
||||||
\node (a) at (-0.5, 0.0) {$a$};
|
\node (a) at (-0.5, 0.0) {$a$};
|
||||||
\node (e) at (-1.0, 0.9518269693579393) {$e$};
|
\node (b) at (-1.0, 0.9518269693579393) {$b$};
|
||||||
\node (b) at (0.0, 0.9518269693579393) {$b$};
|
\node (e) at (0.0, 0.9518269693579393) {$e$};
|
||||||
\node (d) at (-1.0, 1.9036539387158786) {$d$};
|
\node (c) at (-1.0, 1.9036539387158786) {$c$};
|
||||||
\node (c) at (0.0, 1.9036539387158786) {$c$};
|
\node (d) at (0.0, 1.9036539387158786) {$d$};
|
||||||
|
|
||||||
\draw (e) -- (c);
|
|
||||||
\draw (e) -- (d);
|
\draw (e) -- (d);
|
||||||
\draw (b) -- (c);
|
\draw (e) -- (c);
|
||||||
\draw (a) -- (e);
|
|
||||||
\draw (a) -- (b);
|
\draw (a) -- (b);
|
||||||
|
\draw (a) -- (e);
|
||||||
|
\draw (b) -- (c);
|
||||||
|
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
|
@ -1,5 +1,5 @@
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}
|
||||||
\tikzset{every node/.style={shape=circle,draw,inner sep=2pt}}
|
\tikzset{every node/.style={shape=circle,draw,fill=white,inner sep=2pt}}
|
||||||
|
|
||||||
\node (1) at (-0.5, 0.0) {$1$};
|
\node (1) at (-0.5, 0.0) {$1$};
|
||||||
\node (2) at (-4.0, 1.7826024579660036) {$2$};
|
\node (2) at (-4.0, 1.7826024579660036) {$2$};
|
||||||
|
|
Loading…
Reference in New Issue