Defined in File PostscriptWriter.hpp
EPS output of graphs with 2D coordinates
Public Functions
isTorus – [in] Specifies whether the visualization square is treated as torus, i.e. with wrap-around boundaries (edge can leave the square and enter at the opposite side. By default, it is set to false.
Outputs an EPS file with name filename of the graph g with 2D coordinates. The colors are chosen to visualize the specified clustering.
Note
We assume g.upperNodeIdBound() == coordinates.size();
g – [in] Graph to be visualized.
coordinates – [in] Two-dimensional coordinates of nodes
clustering – [in] Clustering of the graph, visualized by different colors.
filename – [in] Name of file to write to.
Outputs an EPS file with name filename of the graph g with 2D coordinates.
Note
We assume g.upperNodeIdBound() == coordinates.size();
g – [in] Graph to be visualized.
coordinates – [in] Two-dimensional coordinates of nodes
filename – [in] Name of file to write to.