Tagged Questions
3
votes
1answer
83 views
How to reuse vertex names using the tkz-berge graph drawing package?
I'm trying to draw a graph using tkz-berge, where many of the vertices might display the same value, is there a way I can do this?
Here is my code:
\begin{figure}[h]
\centering
...
4
votes
1answer
220 views
tikz for DAG: give outline and background to labels that are out of the node?
I am using the TikZ and tkz-berge packages to create a direct acyclic graph. I've pasted my code below. I would like the variable labels "variable1", "variable2", etc to have an outline around them ...