0
votes
0answers
68 views

how to hide small edge [closed]

I am using tikz to draw a diagram based on generated data. Actually I am generating the code itself. My question is as follow: is there a way to hide edges smaller than a certain length? My plot have ...
4
votes
2answers
2k views

Self loop in an undirected graph using TikZ

How can I create a self loop without a direction on the edge? \path[every node/.style={font=\sffamily\small}] (3) edge[loop] node {$e_{1}$} (3); creates the loop I want but has a direction.
3
votes
1answer
758 views

Graph into graph with arrows

I'm using tikzpicture and I have some graphs, but I want some graphs with arrows. Is there any simple syntax change for that? My Graph: \begin{tikzpicture}[thick] \begin{scope} ...