Make hasse nodes white

master
Oystein Kristoffer Tveit 2021-05-17 19:12:57 +02:00
parent 5a0cd8d1ca
commit f7da45a38b
3 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
\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

View File

@ -1,16 +1,16 @@
\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 (e) at (-1.0, 0.9518269693579393) {$e$};
\node (b) at (0.0, 0.9518269693579393) {$b$};
\node (d) at (-1.0, 1.9036539387158786) {$d$};
\node (c) at (0.0, 1.9036539387158786) {$c$};
\node (b) at (-1.0, 0.9518269693579393) {$b$};
\node (e) at (0.0, 0.9518269693579393) {$e$};
\node (c) at (-1.0, 1.9036539387158786) {$c$};
\node (d) at (0.0, 1.9036539387158786) {$d$};
\draw (e) -- (c);
\draw (e) -- (d);
\draw (b) -- (c);
\draw (a) -- (e);
\draw (e) -- (c);
\draw (a) -- (b);
\draw (a) -- (e);
\draw (b) -- (c);
\end{tikzpicture}

View File

@ -1,5 +1,5 @@
\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 (2) at (-4.0, 1.7826024579660036) {$2$};