A tool to visualize complex networks in LaTeX.
Package: | tikz-network |
---|---|
Date: | 15 August 2019 |
Authors: | Jürgen Hackl |
Contact: | hackl.j@gmx.at |
Web site: | https://github.com/hackl/tikz-network/ |
Documentation: | manual |
Copyright: | This document has been placed in the public domain. |
License: | GNU General Public Licence. |
Version: | 1.1 |
In recent years, complex network theory becomes more and more popular within the scientific community. Besides a solid mathematical base on which these theories are built on, a visual representation of the networks allow communicating complex relationships to a broad audience.
Nowadays, a variety of great visualization tools are available, which helps to structure, filter, manipulate and of course to visualize the networks. However, they come with some limitations, including the need for specific software tools, difficulties to embed the outputs properly in a LaTeX
file (e.g. font type, font size, additional equations and math symbols needed,...) and challenges in the post-processing of the graphs, without rerunning the software tools again.
In order to overcome this issues, the package tikz-network
was created. Some of the features are:
LaTeX
is a standard for scientific publications and widely usedLaTeX
no other software is neededVersion | Changes |
---|---|
0.1 | initial commit |
0.2 | changed the package name to tikz-network |
0.3 | added commands \Text and \Plain , plus smaller changes in the commands \Vertex and \Edge |
0.4 | renamed \Plain to \Plane and added commands to change the label font, size and color |
0.5 | added a description of the Python module network2tikz |
1.0 | upload to the CTAN server |
1.1 | fixed csv input and added manual examples as standalone figures to git |