2

Is it possible to create Gephi Graphs with latex? See Graph1 Graph2

enter image description here

enter image description here

Asking this question just out of curiosity. I'd like to add that Gephi is not simply connecting dots.

1 Answers1

3

create your export file from your Gephi graph using TikzExport, then

\documentclass{minimal}
\usepackage{tikz}

\begin{document}
\input{Gephiit.tikz}
\end{document}