Is it possible to create Gephi Graphs with latex? See Graph1 Graph2
Asking this question just out of curiosity. I'd like to add that Gephi is not simply connecting dots.
Is it possible to create Gephi Graphs with latex? See Graph1 Graph2
Asking this question just out of curiosity. I'd like to add that Gephi is not simply connecting dots.
create your export file from your Gephi graph using TikzExport, then
\documentclass{minimal}
\usepackage{tikz}
\begin{document}
\input{Gephiit.tikz}
\end{document}
graphdrawinglibrary. Though, I don't think it is sensible because it will probably take forever to typeset. Better use dedicated software and include the image. – Henri Menke May 13 '16 at 11:59