C# Class TemporalNetworks.TikzExporter

Can be used to export temporal networks to tikz source files. With this, the visualizations of the paper where produced.
Mostrar archivo Open project: IngoScholtes/TemporalNetworks

Public Methods

Method Description
CreateTikzUnfolding ( string path, string between_node, TemporalNetwork temp_net ) : void

Creates a TikZ representation of the temporal unfolding of the temporal network

Method Details

CreateTikzUnfolding() public static method

Creates a TikZ representation of the temporal unfolding of the temporal network
public static CreateTikzUnfolding ( string path, string between_node, TemporalNetwork temp_net ) : void
path string The path to which to write the tikz file
between_node string
temp_net TemporalNetwork The temporal network that shall be exported
return void